File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pytest-cov >= 2.4.0
5
5
pytest-localserver >= 0.4.1
6
6
7
7
cachecontrol >= 0.12.6
8
- google-api-core [grpc ] >= 1.22.1 , < 2 .0.0dev ; platform.python_implementation != 'PyPy'
8
+ google-api-core [grpc ] >= 1.22.1 , < 3 .0.0dev ; platform.python_implementation != 'PyPy'
9
9
google-api-python-client >= 1.7.8
10
10
google-cloud-firestore >= 2.1.0 ; platform.python_implementation != 'PyPy'
11
11
google-cloud-storage >= 1.37.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.6' ,
41
- 'google-api-core[grpc] >= 1.22.1, < 2 .0.0dev; platform.python_implementation != "PyPy"' ,
41
+ 'google-api-core[grpc] >= 1.22.1, < 3 .0.0dev; platform.python_implementation != "PyPy"' ,
42
42
'google-api-python-client >= 1.7.8' ,
43
43
'google-cloud-firestore>=2.1.0; platform.python_implementation != "PyPy"' ,
44
44
'google-cloud-storage>=1.37.1' ,
You can’t perform that action at this time.
0 commit comments