Upgrade dependency pyjwt to ==1.5.2 (#846)

This commit is contained in:
Doppins 2017-07-13 00:52:50 +02:00 committed by kevgliss
parent 7507f6be50
commit 8f35a64faf
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ install_requires = [
'marshmallow==2.13.5',
'cryptography==1.9',
'xmltodict==0.11.0',
'pyjwt==1.5.0',
'pyjwt==1.5.2',
'lockfile==0.12.2',
'inflection==0.3.1',
'future==0.16.0',