-
Notifications
You must be signed in to change notification settings - Fork 5
/
requirements.txt
320 lines (319 loc) · 5.57 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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
#
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
# via
# dune-client
# slackclient
# web3
aiosignal==1.3.1
# via aiohttp
astroid==3.2.4
# via pylint
async-timeout==4.0.3
# via aiohttp
attrs==24.2.0
# via
# aiohttp
# jsonschema
# referencing
bitarray==2.9.2
# via eth-account
black==24.8.0
# via -r requirements.in
build==1.2.1
# via pip-tools
cached-property==1.5.2
# via
# py-ecc
# py-evm
certifi==2024.7.4
# via
# -r requirements.in
# requests
charset-normalizer==3.3.2
# via requests
ckzg==1.0.2
# via
# eth-account
# py-evm
# web3
click==8.1.7
# via
# black
# pip-tools
coinpaprika==0.1.0
# via -r requirements.in
cytoolz==0.12.3
# via eth-utils
dataclasses-json==0.6.7
# via dune-client
deprecated==1.2.14
# via
# dune-client
# duneapi
dill==0.3.8
# via pylint
dune-client==1.7.5
# via -r requirements.in
duneapi==8.0.0
# via -r requirements.in
eth-abi==5.1.0
# via
# eth-account
# web3
eth-account==0.11.3
# via web3
eth-bloom==3.0.1
# via py-evm
eth-hash[pycryptodome]==0.7.0
# via
# eth-bloom
# eth-utils
# trie
# web3
eth-keyfile==0.8.1
# via eth-account
eth-keys==0.5.1
# via
# eth-account
# eth-keyfile
# py-evm
eth-rlp==1.0.1
# via eth-account
eth-typing==4.4.0
# via
# eth-abi
# eth-keys
# eth-utils
# py-ecc
# py-evm
# web3
eth-utils==4.1.1
# via
# eth-abi
# eth-account
# eth-keyfile
# eth-keys
# eth-rlp
# py-ecc
# py-evm
# rlp
# trie
# web3
exceptiongroup==1.2.2
# via pytest
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
greenlet==3.0.3
# via sqlalchemy
hexbytes==0.3.1
# via
# eth-account
# eth-rlp
# trie
# web3
idna==3.8
# via
# requests
# yarl
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jsonschema==4.23.0
# via web3
jsonschema-specifications==2023.12.1
# via jsonschema
lru-dict==1.2.0
# via
# py-evm
# web3
marshmallow==3.22.0
# via dataclasses-json
mccabe==0.7.0
# via pylint
multidict==6.0.5
# via
# aiohttp
# yarl
mypy==1.11.2
# via
# -r requirements.in
# sqlalchemy-stubs
mypy-extensions==1.0.0
# via
# black
# mypy
# typing-inspect
ndjson==0.3.1
# via dune-client
numpy==1.26.4
# via
# -r requirements.in
# pandas
# pandas-stubs
packaging==24.1
# via
# black
# build
# marshmallow
# pytest
# safe-eth-py
pandas==2.0.3
# via -r requirements.in
pandas-stubs==2.0.2.230605
# via -r requirements.in
parsimonious==0.10.0
# via eth-abi
pathspec==0.12.1
# via black
pip-tools==7.4.1
# via -r requirements.in
platformdirs==4.2.2
# via
# black
# pylint
pluggy==1.5.0
# via pytest
protobuf==5.27.4
# via web3
psycopg2-binary==2.9.9
# via -r requirements.in
py-ecc==7.0.1
# via py-evm
py-evm==0.10.1b1
# via safe-eth-py
pycryptodome==3.20.0
# via
# eth-hash
# eth-keyfile
pylint==3.2.6
# via -r requirements.in
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.3.2
# via -r requirements.in
python-dateutil==2.9.0.post0
# via
# dune-client
# pandas
python-dotenv==1.0.1
# via
# -r requirements.in
# duneapi
pytz==2024.1
# via pandas
pyunormalize==15.1.0
# via web3
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
regex==2024.7.24
# via parsimonious
requests==2.32.3
# via
# -r requirements.in
# coinpaprika
# dune-client
# duneapi
# safe-eth-py
# web3
rlp==4.0.1
# via
# eth-account
# eth-rlp
# py-evm
# trie
rpds-py==0.20.0
# via
# jsonschema
# referencing
safe-eth-py==5.8.0
# via -r requirements.in
safe-pysha3==1.0.4
# via safe-eth-py
six==1.16.0
# via python-dateutil
slackclient==2.9.4
# via -r requirements.in
sortedcontainers==2.4.0
# via trie
sqlalchemy==1.4.53
# via -r requirements.in
sqlalchemy-stubs==0.4
# via -r requirements.in
tomli==2.0.1
# via
# black
# build
# mypy
# pip-tools
# pylint
# pytest
tomlkit==0.13.2
# via pylint
toolz==0.12.1
# via cytoolz
trie==3.0.1
# via py-evm
types-deprecated==1.2.9.20240311
# via
# dune-client
# duneapi
types-python-dateutil==2.9.0.20240821
# via dune-client
types-pytz==2024.1.0.20240417
# via pandas-stubs
types-pyyaml==6.0.12.20240808
# via dune-client
types-requests==2.32.0.20240712
# via
# dune-client
# duneapi
types-setuptools==73.0.0.20240822
# via dune-client
typing-extensions==4.12.2
# via
# astroid
# black
# eth-rlp
# eth-typing
# mypy
# sqlalchemy-stubs
# typing-inspect
# web3
typing-inspect==0.9.0
# via dataclasses-json
tzdata==2024.1
# via pandas
urllib3==2.2.2
# via
# requests
# types-requests
web3==6.20.3
# via
# -r requirements.in
# duneapi
# safe-eth-py
websockets==13.0
# via web3
wheel==0.44.0
# via pip-tools
wrapt==1.16.0
# via deprecated
yarl==1.9.4
# via aiohttp
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools