From 5369537388a3239f3f19080053fcdab6ad9b95eb Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 10 Oct 2021 23:33:11 -0400 Subject: Rip out registration and the audit log for now. Upgrade to Django 3.2 --- app/requirements.txt | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'app/requirements.txt') diff --git a/app/requirements.txt b/app/requirements.txt index 8879a8a..ac816f3 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,12 +1,13 @@ +asgiref==3.4.1 confusable-homoglyphs==3.2.0 -Django==2.1.5 -django-auditlog==0.4.5 -django-jsonfield==1.0.1 -django-registration==2.3 -Faker==0.8.4 -psycopg2==2.7.3.2 -pyaml==17.10.0 -python-dateutil==2.6.1 -pytz==2017.2 -PyYAML==3.12 -six==1.10.0 +Django==3.2.8 +django-auditlog==0.4.7 +django-jsonfield==1.4.1 +django-registration==3.2 +Faker==9.2.0 +python-dateutil==2.6.0 +pytz==2021.3 +PyYAML==5.4.1 +six==1.16.0 +sqlparse==0.4.2 +text-unidecode==1.3 -- cgit v1.2.3