ConstructionConsultationSystem/Pipfile

26 lines
431 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
verify_ssl = true
[dev-packages]
[packages]
django = "*"
djangorestframework = "*"
django-filter = "*"
future = "*"
django-crispy-forms = "*"
django-formtools = "*"
httplib2 = "*"
six = "*"
django-import-export = "*"
django-reversion = "*"
django-rest-swagger = "*"
coreapi = "*"
drf-writable-nested = "*"
psycog2 = "*"
[requires]
python_version = "3.7"