Skip to content

Commit 7217f57

Browse files
build(deps): dependency for firestore
1 parent c8198f2 commit 7217f57

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
]
3333
dependencies = [
3434
"google-auth>=2.9.1",
35+
"google-cloud-firestore>=2.5.3",
3536
"google-cloud-storage>=2.0.0",
3637
"python_jwt>=3.3.2",
3738
"requests>=2.27.1",

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
google-auth>=2.9.1
2+
google-cloud-firestore>=2.5.3
23
google-cloud-storage>=2.0.0
34
python_jwt>=3.3.2
45
requests>=2.27.1

0 commit comments

Comments
 (0)