simonlee-cb commited on
Commit
12d8e4b
·
1 Parent(s): 713cf62

chore: add google cloud dep in requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt CHANGED
@@ -23,7 +23,12 @@ filelock==3.17.0 ; python_version == "3.10"
23
  fsspec==2025.2.0 ; python_version == "3.10"
24
  gitdb==4.0.12 ; python_version == "3.10"
25
  gitpython==3.1.44 ; python_version == "3.10"
 
26
  google-auth==2.38.0 ; python_version == "3.10"
 
 
 
 
27
  googleapis-common-protos==1.67.0 ; python_version == "3.10"
28
  gradio-client==1.7.0 ; python_version == "3.10"
29
  gradio==5.16.1 ; python_version == "3.10"
@@ -62,6 +67,7 @@ orjson==3.10.15 ; python_version == "3.10"
62
  packaging==24.2 ; python_version == "3.10"
63
  pandas==2.2.3 ; python_version == "3.10"
64
  pillow==11.1.0 ; python_version == "3.10"
 
65
  protobuf==5.29.3 ; python_version == "3.10"
66
  pyarrow==19.0.0 ; python_version == "3.10"
67
  pyasn1-modules==0.4.1 ; python_version == "3.10"
 
23
  fsspec==2025.2.0 ; python_version == "3.10"
24
  gitdb==4.0.12 ; python_version == "3.10"
25
  gitpython==3.1.44 ; python_version == "3.10"
26
+ google-api-core==2.24.1 ; python_version == "3.10"
27
  google-auth==2.38.0 ; python_version == "3.10"
28
+ google-cloud-core==2.4.1 ; python_version == "3.10"
29
+ google-cloud-storage==3.0.0 ; python_version == "3.10"
30
+ google-crc32c==1.6.0 ; python_version == "3.10"
31
+ google-resumable-media==2.7.2 ; python_version == "3.10"
32
  googleapis-common-protos==1.67.0 ; python_version == "3.10"
33
  gradio-client==1.7.0 ; python_version == "3.10"
34
  gradio==5.16.1 ; python_version == "3.10"
 
67
  packaging==24.2 ; python_version == "3.10"
68
  pandas==2.2.3 ; python_version == "3.10"
69
  pillow==11.1.0 ; python_version == "3.10"
70
+ proto-plus==1.26.0 ; python_version == "3.10"
71
  protobuf==5.29.3 ; python_version == "3.10"
72
  pyarrow==19.0.0 ; python_version == "3.10"
73
  pyasn1-modules==0.4.1 ; python_version == "3.10"