diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-06-20 20:42:10 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-06-20 20:42:10 +0100 |
commit | 477a289c2e413af2606c1095d4cb43dbb91c916e (patch) | |
tree | 8536779553368d310f6a9de559e548bd48322ff7 /requirements.txt | |
parent | 77c80d1a69105a2419d6c2f64b46a4bb57f91b96 (diff) | |
download | troggle-477a289c2e413af2606c1095d4cb43dbb91c916e.tar.gz troggle-477a289c2e413af2606c1095d4cb43dbb91c916e.tar.bz2 troggle-477a289c2e413af2606c1095d4cb43dbb91c916e.zip |
Working with django-registration==2.4
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files 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 |