-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathrequirements.txt
130 lines (129 loc) · 2.43 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
# generated via "make requirements"
# "Core" dependencies used for the package.
# These bounds should match the ones in `setup.cfg`
numpy==1.26.4
pandas==2.2.0
scipy==1.12.0
gmpy2==2.1.5
matplotlib==3.8.3
web3==6.15.1
requests==2.31.0
tenacity==8.2.3
python-dotenv==1.0.1
altair==5.2.0
# Dependencies used for setting up a venv for development.
# These should be pinned to specific versions.
black==22.6.0
flake8==5.0.4
pylint==2.14.5
astroid==2.11.7
scriv==0.16.0
bump2version==1.0.1
pytest==7.1.3
pytest-cov==4.1.0
pytest-xdist==3.3.1
hypothesis==6.54.6
coverage==7.0.5
py-evm==0.7.0a4
vyper==0.3.9
titanoboa==0.1.7
Sphinx==5.3.0
Pallets-Sphinx-Themes==2.0.3
mypy==1.5.1
pandas-stubs==2.1.4.231227
## The following requirements were added by pip freeze:
aiohttp==3.9.3
aiosignal==1.3.1
alabaster==0.7.16
asttokens==2.4.1
async-timeout==4.0.3
attrs==23.2.0
Babel==2.14.0
bitarray==2.9.2
cached-property==1.5.2
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
click-log==0.4.0
contourpy==1.2.0
cycler==0.12.1
cytoolz==0.12.3
dill==0.3.8
docutils==0.19
eth-account==0.11.0
eth-bloom==3.0.0
eth-hash==0.6.0
eth-keyfile==0.7.0
eth-keys==0.4.0
eth-rlp==1.0.1
eth-stdlib==0.2.7
eth-typing==3.5.2
eth-utils==2.3.1
eth_abi==5.0.0
exceptiongroup==1.2.0
execnet==2.0.2
fonttools==4.49.0
frozenlist==1.4.1
hexbytes==0.3.1
idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
iniconfig==2.0.0
isort==5.13.2
Jinja2==3.1.3
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
kiwisolver==1.4.5
lazy-object-proxy==1.10.0
lru-dict==1.2.0
markdown-it-py==3.0.0
MarkupSafe==2.1.5
mccabe==0.7.0
mdurl==0.1.2
multidict==6.0.5
mypy-extensions==1.0.0
packaging==23.2
parsimonious==0.9.0
pathspec==0.12.1
pillow==10.2.0
platformdirs==4.2.0
pluggy==1.4.0
protobuf==4.25.3
py==1.11.0
py-ecc==6.0.0
pycodestyle==2.9.1
pycryptodome==3.20.0
pyethash==0.1.27
pyflakes==2.5.0
Pygments==2.17.2
pyparsing==3.1.1
python-dateutil==2.8.2
pytz==2024.1
pyunormalize==15.1.0
referencing==0.33.0
regex==2023.12.25
rich==13.7.0
rlp==3.0.0
rpds-py==0.18.0
semantic-version==2.10.0
six==1.16.0
snowballstemmer==2.2.0
sortedcontainers==2.4.0
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
tomli==2.0.1
tomlkit==0.12.3
toolz==0.12.1
trie==2.2.0
types-pytz==2024.1.0.20240203
typing_extensions==4.9.0
tzdata==2024.1
urllib3==2.2.1
websockets==12.0
wrapt==1.16.0
yarl==1.9.4
zipp==3.17.0