Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 90cac8c

Browse files
authored
Merge pull request #2 from comoyo/python_jwt-import
Fix import of python-jwt for python-jwt 2.0
2 parents aecf4e7 + ae1ef3b commit 90cac8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyrebase/pyrebase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from requests.packages.urllib3.contrib.appengine import is_appengine_sandbox
2020
from requests_toolbelt.adapters import appengine
2121

22-
import jwt
22+
import python_jwt as jwt
2323
import Crypto.PublicKey.RSA as RSA
2424
import datetime
2525

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ sseclient==0.0.12
33
gcloud==0.17.0
44
oauth2client==3.0.0
55
requests-toolbelt==0.7.0
6-
python-jwt==1.2.1
7-
pycrypto==2.6.1
6+
python-jwt==2.0.1
7+
pycrypto==2.6.1

0 commit comments

Comments
 (0)