Run a forked version of vat_moss

This commit is contained in:
Raphael Michel
2020-03-20 11:06:19 +01:00
parent 5bb27b29ae
commit 6d2989d15a
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ pycountry
django-countries
pyuca # for better sorting of country names in django-countries
defusedcsv>=1.1.0
vat_moss==0.11.0
vat_moss_forked=2020.3.20.0.11.0
django-localflavor>=2.2
urllib3==1.24.*
django-redis==4.10.*

View File

@@ -138,7 +138,7 @@ setup(
'django-countries',
'pyuca',
'defusedcsv>=1.1.0',
'vat_moss==0.11.0',
'vat_moss_forked==2020.3.20.0.11.0',
'django-localflavor>=2.2',
'django-localflavor',
'jsonschema',