forked from CGM_Public/pretix_original
Require recent django-localflavor
This commit is contained in:
@@ -53,7 +53,7 @@ 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.0.1
|
||||||
vat_moss==0.11.0
|
vat_moss==0.11.0
|
||||||
django-localflavor
|
django-localflavor>=2.2
|
||||||
urllib3==1.24.*
|
urllib3==1.24.*
|
||||||
django-redis==4.10.*
|
django-redis==4.10.*
|
||||||
redis==3.2.*
|
redis==3.2.*
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ setup(
|
|||||||
'pyuca',
|
'pyuca',
|
||||||
'defusedcsv',
|
'defusedcsv',
|
||||||
'vat_moss==0.11.0',
|
'vat_moss==0.11.0',
|
||||||
'django-localflavor',
|
'django-localflavor>=2.2',
|
||||||
'django-hijack>=2.1.10,<2.2.0',
|
'django-hijack>=2.1.10,<2.2.0',
|
||||||
'openpyxl',
|
'openpyxl',
|
||||||
'django-oauth-toolkit==1.2.*',
|
'django-oauth-toolkit==1.2.*',
|
||||||
|
|||||||
Reference in New Issue
Block a user