Skip to content

Commit

Permalink
update deps and build new version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhorvath authored and nhorvath-bowery committed May 14, 2023
1 parent c9f74ff commit a8eb995
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A simple python wrapper for the [Firebase API](https://firebase.google.com).

## Installation

```python
```shell
pip install pyrebase4
```

Expand Down
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
requests>=2.19.1
requests_toolbelt>=0.7.1
requests-toolbelt==0.10.1
requests==2.29.0
urllib3
gcloud>=0.18.3
oauth2client>=4.1.2
python-jwt>=2.0.1
pycryptodome>=3.6.4
pycryptodome>=3.6.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Pyrebase4',
version='4.6.0',
version='4.7.0',
url='https://github.com/nhorvath/Pyrebase4',
description='A simple python wrapper for the Firebase API with current deps',
author='nhorvath',
Expand Down

0 comments on commit a8eb995

Please sign in to comment.