forked from CGM_Public/pretix_original
Require django-countries 7.2
This commit is contained in:
@@ -54,7 +54,7 @@ chardet<3.1.0,>=3.0.2
|
|||||||
mt-940==3.2
|
mt-940==3.2
|
||||||
vobject==0.9.*
|
vobject==0.9.*
|
||||||
pycountry
|
pycountry
|
||||||
django-countries>=6.0
|
django-countries>=7.2
|
||||||
pyuca # for better sorting of country names in django-countries
|
pyuca # for better sorting of country names in django-countries
|
||||||
defusedcsv>=1.1.0
|
defusedcsv>=1.1.0
|
||||||
vat_moss_forked==2020.3.20.0.11.0
|
vat_moss_forked==2020.3.20.0.11.0
|
||||||
|
|||||||
@@ -197,7 +197,7 @@ setup(
|
|||||||
'tqdm==4.*',
|
'tqdm==4.*',
|
||||||
'vobject==0.9.*',
|
'vobject==0.9.*',
|
||||||
'pycountry',
|
'pycountry',
|
||||||
'django-countries>=6.0',
|
'django-countries>=7.2',
|
||||||
'pyuca',
|
'pyuca',
|
||||||
'defusedcsv>=1.1.0',
|
'defusedcsv>=1.1.0',
|
||||||
'vat_moss_forked==2020.3.20.0.11.0',
|
'vat_moss_forked==2020.3.20.0.11.0',
|
||||||
|
|||||||
Reference in New Issue
Block a user