-
Notifications
You must be signed in to change notification settings - Fork 8
/
requirements.txt
87 lines (87 loc) · 1.79 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
#
annotated-types==0.7.0
# via pydantic
cachetools==5.4.0
# via google-auth
certifi==2024.7.4
# via requests
cffi==1.16.0
# via -r requirements.in
charset-normalizer==3.3.2
# via requests
google-api-core==2.19.1
# via google-api-python-client
google-api-python-client==2.137.0
# via -r requirements.in
google-auth==2.32.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
# -r requirements.in
# google-api-python-client
# google-auth-httplib2
# oauth2client
idna==3.7
# via requests
oauth2client==4.1.3
# via -r requirements.in
proto-plus==1.24.0
# via google-api-core
protobuf==5.27.2
# via
# google-api-core
# googleapis-common-protos
# proto-plus
pyasn1==0.6.0
# via
# oauth2client
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
# via
# google-auth
# oauth2client
pycparser==2.22
# via cffi
pydantic==2.8.2
# via -r requirements.in
pydantic-core==2.20.1
# via pydantic
pyparsing==3.1.2
# via httplib2
python-dateutil==2.9.0.post0
# via -r requirements.in
requests==2.32.3
# via
# -r requirements.in
# google-api-core
rsa==4.9
# via
# google-auth
# oauth2client
scapy==2.5.0
# via -r requirements.in
six==1.16.0
# via
# oauth2client
# python-dateutil
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.2.2
# via requests