Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyrebase/pyrebase.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import threading
import socket
from oauth2client.service_account import ServiceAccountCredentials
from gcloud import storage
from google.cloud import storage
from requests_toolbelt.adapters import appengine
from uuid import uuid4

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests-toolbelt>=0.7.1,<1.0
requests>=2.31
urllib3>=1.21.1,<2
gcloud>=0.18.3
google-cloud-storage>=2.18.2
oauth2client>=4.1.2
python-jwt>=2.0.1
pycryptodome>=3.6.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'requests-toolbelt>=0.7.1,<1.0',
'requests>=2.31',
'urllib3>=1.21.1,<2',
'gcloud>=0.18.3',
'google-cloud-storage>=2.18.2',
'oauth2client>=4.1.2',
'python-jwt>=2.0.1',
'pycryptodome>=3.6.4'
Expand Down