Upgrade dependency pyjwt to ==1.5.0 (#768)
This commit is contained in:
parent
4905020e77
commit
2b8c2f612e
2
setup.py
2
setup.py
|
@ -52,7 +52,7 @@ install_requires = [
|
||||||
'gunicorn==19.7.1',
|
'gunicorn==19.7.1',
|
||||||
'marshmallow==2.13.5',
|
'marshmallow==2.13.5',
|
||||||
'cryptography==1.7',
|
'cryptography==1.7',
|
||||||
'pyjwt==1.4.2',
|
'pyjwt==1.5.0',
|
||||||
'xmltodict==0.10.2',
|
'xmltodict==0.10.2',
|
||||||
'lockfile==0.12.2',
|
'lockfile==0.12.2',
|
||||||
'inflection==0.3.1',
|
'inflection==0.3.1',
|
||||||
|
|
Loading…
Reference in New Issue