Skip to content

Commit 023138f

Browse files
committed
update version requirements and create new version
1 parent 1699ce3 commit 023138f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests>=2.19.1
22
requests_toolbelt>=0.7.1
3-
gcloud==0.18.3
4-
oauth2client==4.1.2
5-
python-jwt==2.0.1
3+
gcloud>=0.18.3
4+
oauth2client>=4.1.2
5+
python-jwt>=2.0.1
66
pycryptodome>=3.6.4

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='Pyrebase4',
5-
version='4.4.1',
5+
version='4.4.2',
66
url='https://github.com/nhorvath/Pyrebase4',
77
description='A simple python wrapper for the Firebase API with current deps',
88
author='nhorvath',
@@ -18,9 +18,9 @@
1818
install_requires=[
1919
'requests>=2.19.1',
2020
'requests_toolbelt>=0.7.1',
21-
'gcloud==0.18.3',
22-
'oauth2client==4.1.2',
23-
'python-jwt==2.0.1',
21+
'gcloud>=0.18.3',
22+
'oauth2client>=4.1.2',
23+
'python-jwt>=2.0.1',
2424
'pycryptodome>=3.6.4'
2525
]
2626
)

0 commit comments

Comments
 (0)