Use Docker, upgrade deps
This commit is contained in:
parent
16f8eb0470
commit
90f2fe1ced
18 changed files with 231 additions and 79 deletions
16
Pipfile
Normal file
16
Pipfile
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue