From 477a289c2e413af2606c1095d4cb43dbb91c916e Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 20 Jun 2020 20:42:10 +0100 Subject: [PATCH] Working with django-registration==2.4 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3aa407f..fb28b71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -confusable-homoglyphs==2.0.2 +confusable-homoglyphs==3.2.0 Django==1.11.29 -django-registration==2.3 +django-registration==2.4 Pillow==7.1.2 pytz==2020.1 six==1.15.0