forked from curveresearch/curvesim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
128 lines (127 loc) · 2.38 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
# generated via "make requirements"
# "Core" dependencies used for the package.
# These bounds should match the ones in `setup.cfg`
numpy==1.25.1
pandas==2.0.3
scipy==1.11.1
gmpy2==2.1.5
matplotlib==3.7.2
web3==6.6.1
requests==2.31.0
tenacity==8.2.2
python-dotenv==1.0.0
altair==5.0.1
# 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
titanoboa==0.1.7
Sphinx==5.3.0
Pallets-Sphinx-Themes==2.0.3
## The following requirements were added by pip freeze:
aiohttp==3.8.5
aiosignal==1.3.1
alabaster==0.7.13
asttokens==2.2.1
async-timeout==4.0.2
attrs==23.1.0
Babel==2.12.1
bitarray==2.7.6
cached-property==1.5.2
certifi==2023.5.7
charset-normalizer==3.2.0
click==8.1.6
click-log==0.4.0
contourpy==1.1.0
cycler==0.11.0
cytoolz==0.12.1
dill==0.3.6
docutils==0.19
eth-abi==4.1.0
eth-account==0.9.0
eth-bloom==2.0.0
eth-hash==0.5.2
eth-keyfile==0.6.1
eth-keys==0.4.0
eth-rlp==0.3.0
eth-stdlib==0.2.6
eth-typing==3.4.0
eth-utils==2.2.0
exceptiongroup==1.1.2
execnet==2.0.2
fonttools==4.41.0
frozenlist==1.4.0
hexbytes==0.3.1
idna==3.4
imagesize==1.4.1
importlib-metadata==6.8.0
iniconfig==2.0.0
isort==5.12.0
Jinja2==3.1.2
jsonschema==4.18.4
jsonschema-specifications==2023.7.1
kiwisolver==1.4.4
lazy-object-proxy==1.9.0
lru-dict==1.2.0
markdown-it-py==3.0.0
MarkupSafe==2.1.3
mccabe==0.7.0
mdurl==0.1.2
multidict==6.0.4
mypy-extensions==0.4.4
packaging==23.1
parsimonious==0.9.0
pathspec==0.11.1
Pillow==10.0.0
platformdirs==3.9.1
pluggy==1.2.0
protobuf==4.23.4
py==1.11.0
py-ecc==6.0.0
py-evm==0.7.0a3
pycodestyle==2.9.1
pycryptodome==3.18.0
pyethash==0.1.27
pyflakes==2.5.0
Pygments==2.15.1
pyparsing==3.0.9
python-dateutil==2.8.2
pytz==2023.3
pyunormalize==15.0.0
referencing==0.30.0
regex==2023.6.3
rich==13.4.2
rlp==3.0.0
rpds-py==0.9.2
safe-pysha3==1.0.4
semantic-version==2.10.0
six==1.16.0
snowballstemmer==2.2.0
sortedcontainers==2.4.0
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tomli==2.0.1
tomlkit==0.11.8
toolz==0.12.0
trie==2.1.1
typing_extensions==4.7.1
tzdata==2023.3
urllib3==2.0.4
vyper==0.3.9
websockets==11.0.3
wrapt==1.15.0
yarl==1.9.2
zipp==3.16.2