-
Notifications
You must be signed in to change notification settings - Fork 25
/
requirements.txt
229 lines (228 loc) · 4.41 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --resolver=backtracking
#
aiohttp==3.8.4
# via -r requirements.in
aiosignal==1.3.1
# via aiohttp
anyio==4.2.0
# via httpx
async-timeout==4.0.2
# via aiohttp
attrs==22.2.0
# via
# aiohttp
# jsonschema
# pytest
# referencing
beautifulsoup4==4.11.2
# via -r requirements.in
black==22.12.0
# via -r requirements.in
build==0.10.0
# via pip-tools
cachetools==5.2.0
# via google-auth
certifi==2022.12.7
# via
# httpcore
# httpx
# requests
cfgv==3.3.1
# via pre-commit
charset-normalizer==2.1.1
# via
# aiohttp
# requests
click==8.1.3
# via
# black
# pip-tools
decorator==5.1.1
# via validators
distlib==0.3.6
# via virtualenv
exceptiongroup==1.2.2
# via
# anyio
# pytest
filelock==3.9.0
# via virtualenv
frozenlist==1.3.3
# via
# aiohttp
# aiosignal
google-api-core==2.11.0
# via google-api-python-client
google-api-python-client==2.70.0
# via -r requirements.in
google-auth==2.15.0
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
google-auth-httplib2==0.1.0
# via google-api-python-client
googleapis-common-protos==1.57.0
# via google-api-core
h11==0.14.0
# via httpcore
httpcore==1.0.2
# via httpx
httplib2==0.21.0
# via
# google-api-python-client
# google-auth-httplib2
httpx==0.26.0
# via -r requirements.in
identify==2.5.17
# via pre-commit
idna==3.4
# via
# anyio
# httpx
# requests
# yarl
iniconfig==2.0.0
# via pytest
jsonschema==4.17.3
# via -r requirements.in
loguru==0.6.0
# via -r requirements.in
multidict==6.0.4
# via
# aiohttp
# yarl
mypy==1.13.0
# via -r requirements.in
mypy-extensions==1.0.0
# via
# black
# mypy
nodeenv==1.7.0
# via pre-commit
numpy==1.24.0
# via
# -r requirements.in
# pandas
# pandas-stubs
packaging==23.0
# via
# build
# pytest
pandas==1.5.3
# via -r requirements.in
pandas-stubs==2.2.3.241009
# via -r requirements.in
pathspec==0.10.3
# via black
pillow==10.1.0
# via -r requirements.in
pip-tools==6.13.0
# via -r requirements.in
platformdirs==2.6.0
# via
# black
# virtualenv
pluggy==1.0.0
# via pytest
pre-commit==3.0.4
# via -r requirements.in
protobuf==4.21.12
# via
# google-api-core
# googleapis-common-protos
pyasn1==0.4.8
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via google-auth
pyparsing==3.0.9
# via httplib2
pyproject-hooks==1.0.0
# via build
pyrsistent==0.19.3
# via jsonschema
pytest==7.2.1
# via -r requirements.in
python-dateutil==2.8.2
# via pandas
python-dotenv==0.21.0
# via -r requirements.in
pytz==2022.7.1
# via pandas
pyyaml==6.0
# via
# -r requirements.in
# pre-commit
referencing==0.35.1
# via types-jsonschema
requests==2.28.1
# via google-api-core
rpds-py==0.20.0
# via referencing
rsa==4.9
# via google-auth
six==1.16.0
# via
# google-auth
# google-auth-httplib2
# python-dateutil
sniffio==1.3.0
# via
# anyio
# httpx
soupsieve==2.3.2.post1
# via beautifulsoup4
tomli==2.0.2
# via
# black
# build
# mypy
# pyproject-hooks
# pytest
tqdm==4.64.1
# via -r requirements.in
types-beautifulsoup4==4.12.0.20241020
# via -r requirements.in
types-html5lib==1.1.11.20241018
# via types-beautifulsoup4
types-jsonschema==4.23.0.20240813
# via -r requirements.in
types-pillow==10.2.0.20240822
# via -r requirements.in
types-pytz==2024.2.0.20241003
# via
# -r requirements.in
# pandas-stubs
types-pyyaml==6.0.12.20240917
# via -r requirements.in
types-requests==2.31.0.6
# via -r requirements.in
types-tqdm==4.66.0.20240417
# via -r requirements.in
types-urllib3==1.26.25.14
# via types-requests
typing-extensions==4.12.2
# via
# anyio
# mypy
uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.13
# via requests
validators==0.20.0
# via -r requirements.in
virtualenv==20.19.0
# via pre-commit
wheel==0.38.4
# via pip-tools
yarl==1.9.2
# via aiohttp
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools