We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f74ff commit a8eb995Copy full SHA for a8eb995
README.md
@@ -4,7 +4,7 @@ A simple python wrapper for the [Firebase API](https://firebase.google.com).
4
5
## Installation
6
7
-```python
+```shell
8
pip install pyrebase4
9
```
10
requirements.txt
@@ -1,6 +1,7 @@
1
-requests>=2.19.1
2
-requests_toolbelt>=0.7.1
+requests-toolbelt==0.10.1
+requests==2.29.0
3
+urllib3
gcloud>=0.18.3
oauth2client>=4.1.2
python-jwt>=2.0.1
-pycryptodome>=3.6.4
+pycryptodome>=3.6.4
setup.py
@@ -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',
0 commit comments