Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nhorvath authored Jun 13, 2023
1 parent 46d67ef commit 7334d3c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Pyrebase4',
version='4.7.0',
version='4.7.1',
url='https://github.com/nhorvath/Pyrebase4',
description='A simple python wrapper for the Firebase API with current deps',
author='nhorvath',
Expand All @@ -16,8 +16,9 @@
keywords='Firebase',
packages=find_packages(exclude=['tests']),
install_requires=[
'requests>=2.19.1',
'requests_toolbelt>=0.7.1',
'requests-toolbelt>=0.7.1,<1.0',
'requests>=2.19.1,<2.30',
'urllib3>=1.21.1,<2',
'gcloud>=0.18.3',
'oauth2client>=4.1.2',
'python-jwt>=2.0.1',
Expand Down

0 comments on commit 7334d3c

Please sign in to comment.