Require django-countries 7.2

This commit is contained in:
Raphael Michel
2021-06-01 12:19:57 +02:00
parent 66cf9c1ac7
commit 36fd5e7d01
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ chardet<3.1.0,>=3.0.2
mt-940==3.2
vobject==0.9.*
pycountry
django-countries>=6.0
django-countries>=7.2
pyuca # for better sorting of country names in django-countries
defusedcsv>=1.1.0
vat_moss_forked==2020.3.20.0.11.0

View File

@@ -197,7 +197,7 @@ setup(
'tqdm==4.*',
'vobject==0.9.*',
'pycountry',
'django-countries>=6.0',
'django-countries>=7.2',
'pyuca',
'defusedcsv>=1.1.0',
'vat_moss_forked==2020.3.20.0.11.0',