Browse Source

Update of requirements to Django 2.2.12 LTS

pull/150/head
Lumir Balhar 5 years ago
parent
commit
b94dd0b99d
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      requirements.txt

+ 6
- 4
requirements.txt View File

@ -1,5 +1,7 @@
django>=1.11,<1.12
django-debug-toolbar==1.8
gunicorn==19.5.0
Django>=2.2.12,<3.0
django-debug-toolbar==2.2
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…
Cancel
Save