Skip to content

Commit

Permalink
update version requirements and create new version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhorvath committed Dec 18, 2020
1 parent 1699ce3 commit 023138f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests>=2.19.1
requests_toolbelt>=0.7.1
gcloud==0.18.3
oauth2client==4.1.2
python-jwt==2.0.1
gcloud>=0.18.3
oauth2client>=4.1.2
python-jwt>=2.0.1
pycryptodome>=3.6.4
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Pyrebase4',
version='4.4.1',
version='4.4.2',
url='https://github.com/nhorvath/Pyrebase4',
description='A simple python wrapper for the Firebase API with current deps',
author='nhorvath',
Expand All @@ -18,9 +18,9 @@
install_requires=[
'requests>=2.19.1',
'requests_toolbelt>=0.7.1',
'gcloud==0.18.3',
'oauth2client==4.1.2',
'python-jwt==2.0.1',
'gcloud>=0.18.3',
'oauth2client>=4.1.2',
'python-jwt>=2.0.1',
'pycryptodome>=3.6.4'
]
)

0 comments on commit 023138f

Please sign in to comment.