-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
174 lines (174 loc) · 3 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
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
annotated-types==0.7.0
# via pydantic
asttokens==2.4.1
# via vyper
attrs==24.2.0
# via hypothesis
bitarray==2.9.2
# via eth-account
cached-property==1.5.2
# via
# py-ecc
# py-evm
cbor2==5.6.4
# via vyper
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
ckzg==2.0.1
# via
# eth-account
# py-evm
coverage==7.6.1
# via pytest-cov
cytoolz==0.12.3
# via eth-utils
eth-abi==5.1.0
# via
# eth-account
# titanoboa
eth-account==0.13.3
# via titanoboa
eth-bloom==3.0.1
# via py-evm
eth-hash==0.7.0
# via
# eth-bloom
# eth-utils
# trie
eth-keyfile==0.8.1
# via eth-account
eth-keys==0.5.1
# via
# eth-account
# eth-keyfile
# py-evm
eth-rlp==2.1.0
# via eth-account
eth-stdlib==0.2.7
# via titanoboa
eth-typing==5.0.0
# via
# eth-abi
# eth-keys
# eth-utils
# py-ecc
# py-evm
# titanoboa
eth-utils==5.0.0
# via
# eth-abi
# eth-account
# eth-keyfile
# eth-keys
# eth-rlp
# py-ecc
# py-evm
# rlp
# trie
hexbytes==1.2.1
# via
# eth-account
# eth-rlp
# eth-utils
# trie
hypothesis==6.112.0
# via titanoboa
idna==3.8
# via requests
importlib-metadata==8.4.0
# via vyper
iniconfig==2.0.0
# via pytest
lru-dict==1.3.0
# via py-evm
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
packaging==23.2
# via
# pytest
# vvm
# vyper
parsimonious==0.10.0
# via eth-abi
pluggy==1.5.0
# via pytest
py-ecc==7.0.1
# via py-evm
py-evm==0.10.1b2
# via titanoboa
pycryptodome==3.20.0
# via
# eth-hash
# eth-keyfile
# eth-stdlib
# vyper
pydantic==2.9.0
# via eth-account
pydantic-core==2.23.2
# via pydantic
pygments==2.18.0
# via rich
pytest==8.3.2
# via
# pytest-cov
# titanoboa
pytest-cov==5.0.0
# via titanoboa
python-dotenv==1.0.1
# via gaboon (pyproject.toml)
regex==2024.7.24
# via parsimonious
requests==2.32.3
# via
# titanoboa
# vvm
rich==13.8.0
# via titanoboa
rlp==4.0.1
# via
# eth-account
# eth-rlp
# py-evm
# trie
six==1.16.0
# via asttokens
sortedcontainers==2.4.0
# via
# hypothesis
# trie
titanoboa==0.2.2
# via
# gaboon (pyproject.toml)
# titanoboa-zksync
titanoboa-zksync==0.2.2
# via gaboon (pyproject.toml)
tomli-w==1.0.0
# via gaboon (pyproject.toml)
toolz==0.12.1
# via cytoolz
trie==3.0.1
# via py-evm
typing-extensions==4.12.2
# via
# eth-typing
# pydantic
# pydantic-core
# titanoboa
tzdata==2024.1
# via pydantic
urllib3==2.2.2
# via requests
vvm==0.2.1
# via titanoboa
vyper==0.4.0
# via titanoboa
wheel==0.44.0
# via vyper
zipp==3.20.1
# via importlib-metadata