setup.py: add constraint on xmlschema as API changed (#43917)

This commit is contained in:
Benjamin Dauvergne 2020-06-20 17:42:50 +02:00
parent 3fc1c2c939
commit d19b7c01ed
2 changed files with 1 additions and 2 deletions

View File

@ -121,7 +121,7 @@ setup(name='passerelle',
'paramiko',
'pdfrw',
'httplib2',
'xmlschema',
'xmlschema<1.1',
'pytz',
],
cmdclass={

View File

@ -37,7 +37,6 @@ deps =
vobject
django-ratelimit
pyquery
xmlschema<1.1
zeep<3.3
commands =
./get_wcs.sh