Update of requirements to Django 2.2.12 LTS
This commit is contained in:
parent
97c98a084d
commit
b94dd0b99d
1 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
||||||
django>=1.11,<1.12
|
Django>=2.2.12,<3.0
|
||||||
django-debug-toolbar==1.8
|
django-debug-toolbar==2.2
|
||||||
gunicorn==19.5.0
|
gunicorn==20.0.4
|
||||||
psycopg2==2.8.5
|
psycopg2==2.8.5
|
||||||
whitenoise==3.3.1
|
pytz==2020.1
|
||||||
|
sqlparse==0.3.1
|
||||||
|
whitenoise==5.1.0
|
||||||
|
|
Loading…
Reference in a new issue