update carom server environment

This commit is contained in:
2019-02-02 19:51:11 +01:00
parent 64c3756647
commit fb89b69748
26 changed files with 11414 additions and 10482 deletions

17
Pipfile Normal file
View File

@@ -0,0 +1,17 @@
[[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"
djangorestframework = "==3.9.1"
requests = "==2.21.0"
[requires]
python_version = "3.5"