mirror of
https://github.com/himool/HimoolERP.git
synced 2024-11-10 08:55:40 +08:00
25 lines
434 B
TOML
25 lines
434 B
TOML
[[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 = "*"
|
|
openpyxl = "*"
|
|
uvicorn = "*"
|
|
gunicorn = "*"
|
|
|
|
[dev-packages]
|
|
autopep8 = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|