diff --git a/requirements.txt b/requirements.txt index b7c4cfc..3e86fc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.11.1 gcloud==0.17.0 oauth2client==3.0.0 requests-toolbelt==0.7.0 -python-jwt==2.0.1 +python-jwt==3.3.4 pycrypto==2.6.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 95aef0e..3429879 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'gcloud==0.17.0', 'oauth2client==3.0.0', 'requests_toolbelt==0.7.0', - 'python_jwt==2.0.1', + 'python_jwt==3.3.4', 'pycryptodome==3.4.3' ] )