BookingService/Pipfile

23 lines
388 B
TOML
Raw Permalink 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]
2019-05-26 14:14:47 +08:00
django-debug-toolbar = "*"
2019-05-06 09:34:08 +08:00
[packages]
django = "*"
djangorestframework = "*"
django-filter = "*"
flower = "*"
celery = "*"
eventlet = "*"
2019-05-08 13:25:35 +08:00
psycopg2 = "*"
2019-05-26 14:14:47 +08:00
python-memcached = "*"
2019-05-28 13:58:00 +08:00
qrcode = {extras = ["pil"],version = "*"}
2019-06-04 10:28:48 +08:00
django-cors-headers = "*"
2019-05-06 09:34:08 +08:00
[requires]
python_version = "3.7"