File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,15 @@ pip install firebase-admin
36
36
37
37
Please refer to the [ CONTRIBUTING page] ( ./CONTRIBUTING.md ) for more information
38
38
about how you can contribute to this project. We welcome bug reports, feature
39
- requests, code review feedback, and also pull requests.
39
+ requests, code review feedback, and also pull requests.
40
40
41
41
42
42
## Supported Python Versions
43
43
44
- We support Python 2.7 and Python 3.3+. Firebase Admin Python SDK is also tested
45
- on PyPy and [ Google App Engine] ( https://cloud.google.com/appengine/ ) environments.
44
+ We currently support Python 2.7 and Python 3.4+. However, Python 2.7 support is
45
+ being phased out, and the developers are advised to use latest Python 3.
46
+ Firebase Admin Python SDK is also tested on PyPy and
47
+ [ Google App Engine] ( https://cloud.google.com/appengine/ ) environments.
46
48
47
49
48
50
## Documentation
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ pytest-localserver >= 0.4.1
5
5
tox >= 3.6.0
6
6
7
7
cachecontrol >= 0.12.4
8
- google-api-core [grpc ] >= 1.7 .0 , < 2.0.0dev ; platform.python_implementation != 'PyPy'
8
+ google-api-core [grpc ] >= 1.14 .0 , < 2.0.0dev ; platform.python_implementation != 'PyPy'
9
9
google-api-python-client >= 1.7.8
10
- google-cloud-firestore >= 0.31 .0 ; platform.python_implementation != 'PyPy'
11
- google-cloud-storage >= 1.13 .0
10
+ google-cloud-firestore >= 1.4 .0 ; platform.python_implementation != 'PyPy'
11
+ google-cloud-storage >= 1.18 .0
12
12
six >= 1.6.1
Original file line number Diff line number Diff line change 38
38
'to integrate Firebase into their services and applications.' )
39
39
install_requires = [
40
40
'cachecontrol>=0.12.4' ,
41
- 'google-api-core[grpc] >= 1.7 .0, < 2.0.0dev; platform.python_implementation != "PyPy"' ,
41
+ 'google-api-core[grpc] >= 1.14 .0, < 2.0.0dev; platform.python_implementation != "PyPy"' ,
42
42
'google-api-python-client >= 1.7.8' ,
43
- 'google-cloud-firestore>=0.31 .0; platform.python_implementation != "PyPy"' ,
44
- 'google-cloud-storage>=1.13 .0' ,
43
+ 'google-cloud-firestore>=1.4 .0; platform.python_implementation != "PyPy"' ,
44
+ 'google-cloud-storage>=1.18 .0' ,
45
45
'six>=1.6.1'
46
46
]
47
47
You can’t perform that action at this time.
0 commit comments