BookingService/Pipfile

18 lines
255 B
TOML
Raw Normal View History

2019-05-06 09:34:08 +08:00
[[source]]
name = "pypi"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
verify_ssl = true
[dev-packages]
[packages]
django = "*"
djangorestframework = "*"
django-filter = "*"
flower = "*"
celery = "*"
eventlet = "*"
2019-05-06 09:34:08 +08:00
[requires]
python_version = "3.7"