Update requirements (for Django 3)

This commit is contained in:
Josh W 2020-01-21 12:32:57 -05:00
parent 2f955c8241
commit 7a0c282a65
2 changed files with 9 additions and 8 deletions

Binary file not shown.

View file

@ -1,11 +1,12 @@
argon2-cffi>=19.1.0 argon2-cffi>=19.2.0
cffi>=1.12.3 asgiref>=3.2.3
cffi>=1.13.2
dj-database-url>=0.5.0 dj-database-url>=0.5.0
Django>=2.2.2 Django>=3.0.2
djangorestframework>=3.9.4 djangorestframework>=3.11.0
psycopg2-binary>=2.8.2 psycopg2-binary>=2.8.4
pycparser>=2.19 pycparser>=2.19
python-decouple>=3.1 python-decouple>=3.3
pytz>=2019.1 pytz>=2019.3
six>=1.12.0 six>=1.14.0
sqlparse>=0.3.0 sqlparse>=0.3.0