From 7a0c282a652eaf949cf167cdb8e673843e6a4cdf Mon Sep 17 00:00:00 2001 From: Josh W Date: Tue, 21 Jan 2020 12:32:57 -0500 Subject: [PATCH] Update requirements (for Django 3) --- requirements-dev.txt | Bin 514 -> 512 bytes requirements.txt | 17 +++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bed47ded0bb0a4e21a328e627f146ef17b23e0c5..c22fbe2319e7fc7bccd36b344ea1e0c22a7d9840 100644 GIT binary patch delta 72 zcmZo-X<(V)#A?i-$6!3sU6#>wVx}Ua@x*RfM#G6Kje)GYm8>Q}Nt4OZjM~hG491h& a8I2juChulcW;C39pHY_0h=G@Ziva+Y$q@$t delta 74 zcmZo*X=0h+#A?K#$6z|qU6$1Z$S|3hs>ov(nOG4T diff --git a/requirements.txt b/requirements.txt index cea7e23..4bcb5fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,12 @@ -argon2-cffi>=19.1.0 -cffi>=1.12.3 +argon2-cffi>=19.2.0 +asgiref>=3.2.3 +cffi>=1.13.2 dj-database-url>=0.5.0 -Django>=2.2.2 -djangorestframework>=3.9.4 -psycopg2-binary>=2.8.2 +Django>=3.0.2 +djangorestframework>=3.11.0 +psycopg2-binary>=2.8.4 pycparser>=2.19 -python-decouple>=3.1 -pytz>=2019.1 -six>=1.12.0 +python-decouple>=3.3 +pytz>=2019.3 +six>=1.14.0 sqlparse>=0.3.0