Browse Source

Update dependencies

pull/190/head
Lumir Balhar 4 years ago
committed by Lumír 'Frenzy' Balhar
parent
commit
529851cb5e
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      requirements.txt

+ 7
- 7
requirements.txt View File

@ -1,7 +1,7 @@
Django>=2.2.12,<3.0
django-debug-toolbar==2.2
gunicorn==20.0.4
psycopg2-binary==2.8.5
pytz==2020.1
sqlparse==0.3.1
whitenoise==5.1.0
Django>=3.2.4,<4.0
django-debug-toolbar==3.2.1
gunicorn==20.1.0
psycopg2-binary==2.9.1
pytz==2021.1
sqlparse==0.4.1
whitenoise==5.2.0

Loading…
Cancel
Save