forked from CGM_Public/pretix_original
Fix #1394 -- Forcefully update defusedcsv
This commit is contained in:
@@ -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.*
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user