Use Docker, upgrade deps

This commit is contained in:
Jonathan Cremin 2018-08-07 16:55:22 +01:00
parent 16f8eb0470
commit 90f2fe1ced
18 changed files with 231 additions and 79 deletions

16
Pipfile Normal file
View file

@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
dj-database-url = "~=0.5.0"
gunicorn = "~=19.9.0"
"psycopg2-binary" = "~=2.7.5"
Django = "~=2.1.0"
whitenoise = "~=3.3.1"
[dev-packages]
[requires]
python_version = "3.7"