Downgrade urllib3

This commit is contained in:
Raphael Michel
2019-04-23 10:14:36 +02:00
parent 2205e57650
commit f9341b4d47
2 changed files with 3 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ pyuca # for better sorting of country names in django-countries
defusedcsv>=1.0.1
vat_moss==0.11.0
django-localflavor
idna==2.6 # required by current requests
idna==2.6 # required by cureent requests
urllib3==1.24 # required by cureent requests
django-redis==4.10.*
redis==3.2.*