We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1699ce3 commit 023138fCopy full SHA for 023138f
requirements.txt
@@ -1,6 +1,6 @@
1
requests>=2.19.1
2
requests_toolbelt>=0.7.1
3
-gcloud==0.18.3
4
-oauth2client==4.1.2
5
-python-jwt==2.0.1
+gcloud>=0.18.3
+oauth2client>=4.1.2
+python-jwt>=2.0.1
6
pycryptodome>=3.6.4
setup.py
@@ -2,7 +2,7 @@
setup(
name='Pyrebase4',
- version='4.4.1',
+ version='4.4.2',
url='https://github.com/nhorvath/Pyrebase4',
7
description='A simple python wrapper for the Firebase API with current deps',
8
author='nhorvath',
@@ -18,9 +18,9 @@
18
install_requires=[
19
'requests>=2.19.1',
20
'requests_toolbelt>=0.7.1',
21
- 'gcloud==0.18.3',
22
- 'oauth2client==4.1.2',
23
- 'python-jwt==2.0.1',
+ 'gcloud>=0.18.3',
+ 'oauth2client>=4.1.2',
+ 'python-jwt>=2.0.1',
24
'pycryptodome>=3.6.4'
25
]
26
)
0 commit comments