File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pytest-localserver >= 0.4.1
66pytest-asyncio >= 0.16.0
77pytest-mock >= 3.6.1
88
9- cachecontrol >= 0.12.6
9+ cachecontrol >= 0.12.14
1010google-api-core [grpc ] >= 1.22.1 , < 3.0.0dev ; platform.python_implementation != 'PyPy'
1111google-api-python-client >= 1.7.8
1212google-cloud-firestore >= 2.9.1 ; platform.python_implementation != 'PyPy'
Original file line number Diff line number Diff line change 3737long_description = ('The Firebase Admin Python SDK enables server-side (backend) Python developers '
3838 'to integrate Firebase into their services and applications.' )
3939install_requires = [
40- 'cachecontrol>=0.12.6 ' ,
40+ 'cachecontrol>=0.12.14 ' ,
4141 'google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != "PyPy"' ,
4242 'google-api-python-client >= 1.7.8' ,
4343 'google-cloud-firestore>=2.9.1; platform.python_implementation != "PyPy"' ,
You can’t perform that action at this time.
0 commit comments