-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.txt
50 lines (50 loc) · 1.14 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt
cachetools==5.5.0
# via google-auth
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
google-api-core==2.19.1
# via google-api-python-client
google-api-python-client==2.72.0
# via -r requirements.in
google-auth==2.34.0
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
google-auth-httplib2==0.2.0
# via google-api-python-client
googleapis-common-protos==1.63.2
# via google-api-core
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
idna==3.8
# via requests
proto-plus==1.24.0
# via google-api-core
protobuf==5.27.3
# via
# google-api-core
# googleapis-common-protos
# proto-plus
pyasn1==0.6.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
# via google-auth
pyparsing==3.1.4
# via httplib2
requests==2.32.3
# via google-api-core
rsa==4.9
# via google-auth
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.2.2
# via requests