Skip to content

Commit a8eb995

Browse files
nhorvathnhorvath-bowery
authored andcommitted
update deps and build new version
1 parent c9f74ff commit a8eb995

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A simple python wrapper for the [Firebase API](https://firebase.google.com).
44

55
## Installation
66

7-
```python
7+
```shell
88
pip install pyrebase4
99
```
1010

requirements.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
requests>=2.19.1
2-
requests_toolbelt>=0.7.1
1+
requests-toolbelt==0.10.1
2+
requests==2.29.0
3+
urllib3
34
gcloud>=0.18.3
45
oauth2client>=4.1.2
56
python-jwt>=2.0.1
6-
pycryptodome>=3.6.4
7+
pycryptodome>=3.6.4

setup.py

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

33
setup(
44
name='Pyrebase4',
5-
version='4.6.0',
5+
version='4.7.0',
66
url='https://github.com/nhorvath/Pyrebase4',
77
description='A simple python wrapper for the Firebase API with current deps',
88
author='nhorvath',

0 commit comments

Comments
 (0)