mirror of
https://github.com/himool/HimoolERP.git
synced 2025-02-25 14:44:02 +08:00
21 lines
377 B
TOML
21 lines
377 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pymysql = "*"
|
|
autopep8 = "*"
|
|
|
|
[packages]
|
|
django = "==2.2"
|
|
mysqlclient = "==2.0.1"
|
|
pendulum = "==2.1.2"
|
|
requests = "==2.24.0"
|
|
djangorestframework = "==3.11.1"
|
|
django-filter = "==2.3.0"
|
|
django-mysql = "==3.8.1"
|
|
django-extensions = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|