Upgrade dependency xmltodict to ==0.11.0 (#769)
This commit is contained in:
parent
989e3733a2
commit
6a77d511e8
2
setup.py
2
setup.py
|
@ -52,8 +52,8 @@ install_requires = [
|
||||||
'gunicorn==19.7.1',
|
'gunicorn==19.7.1',
|
||||||
'marshmallow==2.13.5',
|
'marshmallow==2.13.5',
|
||||||
'cryptography==1.7',
|
'cryptography==1.7',
|
||||||
|
'xmltodict==0.11.0',
|
||||||
'pyjwt==1.5.0',
|
'pyjwt==1.5.0',
|
||||||
'xmltodict==0.10.2',
|
|
||||||
'lockfile==0.12.2',
|
'lockfile==0.12.2',
|
||||||
'inflection==0.3.1',
|
'inflection==0.3.1',
|
||||||
'future==0.16.0',
|
'future==0.16.0',
|
||||||
|
|
Loading…
Reference in New Issue