Fix #1394 -- Forcefully update defusedcsv

This commit is contained in:
Raphael Michel
2019-09-10 12:10:41 +02:00
parent 3bb20d943a
commit 18449efcc7
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ vobject==0.9.*
pycountry pycountry
django-countries django-countries
pyuca # for better sorting of country names in django-countries pyuca # for better sorting of country names in django-countries
defusedcsv>=1.0.1 defusedcsv>=1.1.0
vat_moss==0.11.0 vat_moss==0.11.0
django-localflavor>=2.2 django-localflavor>=2.2
urllib3==1.24.* urllib3==1.24.*

View File

@@ -136,7 +136,7 @@ setup(
'pycountry', 'pycountry',
'django-countries', 'django-countries',
'pyuca', 'pyuca',
'defusedcsv', 'defusedcsv>=1.1.0',
'vat_moss==0.11.0', 'vat_moss==0.11.0',
'django-localflavor>=2.2', 'django-localflavor>=2.2',
'django-localflavor', 'django-localflavor',