carom-server/Pipfile

19 lines
332 B
TOML
Raw Permalink Normal View History

2019-02-02 19:51:11 +01:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
django = "==2.1.5"
django-crispy-forms = "==1.7.2"
django-debug-toolbar = "==1.11"
django-extensions = "==2.1.5"
2019-02-02 19:55:43 +01:00
django-tables2 = "==2.0.4"
2019-02-02 19:51:11 +01:00
djangorestframework = "==3.9.1"
requests = "==2.21.0"
[requires]
python_version = "3.5"