We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8198f2 commit 7217f57Copy full SHA for 7217f57
pyproject.toml
@@ -32,6 +32,7 @@ classifiers = [
32
]
33
dependencies = [
34
"google-auth>=2.9.1",
35
+ "google-cloud-firestore>=2.5.3",
36
"google-cloud-storage>=2.0.0",
37
"python_jwt>=3.3.2",
38
"requests>=2.27.1",
requirements.txt
@@ -1,4 +1,5 @@
1
google-auth>=2.9.1
2
+google-cloud-firestore>=2.5.3
3
google-cloud-storage>=2.0.0
4
python_jwt>=3.3.2
5
requests>=2.27.1
0 commit comments