mirror of
https://github.com/himool/HimoolERP.git
synced 2024-12-29 10:21:51 +08:00
23 lines
390 B
Text
23 lines
390 B
Text
|
[[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 = "*"
|
||
|
|
||
|
[dev-packages]
|
||
|
autopep8 = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.9"
|