HimoolERP/Pipfile

26 lines
434 B
TOML
Raw Normal View History

2021-11-04 17:35:34 +08:00
[[source]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
djangorestframework-simplejwt = "*"
drf-spectacular = "*"
django-filter = "*"
django-extensions = "*"
django-debug-toolbar = "*"
pillow = "*"
pendulum = "*"
number-precision = "*"
2021-11-04 23:09:35 +08:00
openpyxl = "*"
2021-12-13 02:14:00 +08:00
uvicorn = "*"
gunicorn = "*"
2021-11-04 17:35:34 +08:00
[dev-packages]
autopep8 = "*"
[requires]
python_version = "3.9"