Skip to content

Commit 2daa92d

Browse files
committed
dependency madness
1 parent 3c95d6b commit 2daa92d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ classifiers = [
2222
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
2323
]
2424
dependencies = [
25-
"proto-plus==1.18.1",
25+
"cone.ugm>1.0.99",
26+
"firebase_admin==4.5.3",
2627
"google-api-core==1.26.3",
2728
"google-api-python-client==2.2.0",
28-
"google-auth==1.29.0",
2929
"google-auth-httplib2==0.1.0",
3030
"google-auth-oauthlib==0.4.6",
31+
"google-auth==1.29.0",
3132
"google-cloud-core==1.6.0",
3233
"google-cloud-firestore==2.1.0",
3334
"google-cloud-storage==1.37.1",
3435
"google-crc32c==1.1.2",
3536
"google-pasta==0.2.0",
3637
"google-resumable-media==1.2.0",
3738
"googleapis-common-protos==1.53.0",
38-
"cone.ugm>1.0.99",
39-
"requests",
40-
"firebase_admin==4.5.3",
39+
"proto-plus==1.18.1",
4140
"protobuf==3.15.8",
41+
"requests",
4242
]
4343

4444
[project.optional-dependencies]

0 commit comments

Comments
 (0)