HimoolERP/Pipfile
2023-10-08 18:02:28 +08:00

27 lines
471 B
TOML

[[source]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
verify_ssl = true
name = "pypi"
[packages]
django = "==3.2.16"
djangorestframework = "*"
djangorestframework-simplejwt = "*"
drf-spectacular = "*"
django-filter = "*"
django-extensions = "*"
django-debug-toolbar = "*"
pillow = "*"
pendulum = "*"
number-precision = "*"
openpyxl = "*"
uvicorn = "*"
gunicorn = "*"
tencentcloud-sdk-python = "*"
[dev-packages]
autopep8 = "*"
[requires]
python_version = "3.9"