diff --git a/requirements.txt b/requirements.txt index acf09438..5dbd9214 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,8 +7,8 @@ pytest-asyncio >= 0.16.0 pytest-mock >= 3.6.1 cachecontrol >= 0.12.6 -google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != 'PyPy' +# google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != 'PyPy' google-api-python-client >= 1.7.8 -google-cloud-firestore >= 2.9.1; platform.python_implementation != 'PyPy' +# google-cloud-firestore >= 2.9.1; platform.python_implementation != 'PyPy' google-cloud-storage >= 1.37.1 -pyjwt[crypto] >= 2.5.0 \ No newline at end of file +pyjwt[crypto] >= 2.5.0 diff --git a/setup.py b/setup.py index ef30e6be..39921e7e 100644 --- a/setup.py +++ b/setup.py @@ -38,9 +38,7 @@ 'to integrate Firebase into their services and applications.') install_requires = [ 'cachecontrol>=0.12.6', - 'google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != "PyPy"', 'google-api-python-client >= 1.7.8', - 'google-cloud-firestore>=2.9.1; platform.python_implementation != "PyPy"', 'google-cloud-storage>=1.37.1', 'pyjwt[crypto] >= 2.5.0', ]