forked from software-mansion/starknet.py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
115 lines (115 loc) Β· 9.74 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
aiohttp==3.8.1; python_version >= "3.6" and python_full_version >= "3.7.2" and python_version < "3.11"
aiosignal==1.2.0; python_version >= "3.6" and python_full_version >= "3.7.2" and python_version < "3.11"
alabaster==0.7.12; python_version >= "3.6"
apeye==1.2.0; python_version >= "3.7" and python_full_version >= "3.6.1"
asgiref==3.5.2; python_version >= "3.7"
async-timeout==4.0.2; python_version >= "3.6" and python_full_version >= "3.7.2" and python_version < "3.11"
asynctest==0.13.0; python_version >= "3.6" and python_full_version >= "3.7.2" and python_version < "3.8"
atomicwrites==1.4.1; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.7.2"
attrs==21.4.0; python_version >= "3.7" and python_full_version >= "3.7.2" and python_version < "3.11"
autodocsumm==0.2.8; python_version >= "3.7"
babel==2.10.3; python_version >= "3.6"
base58==2.1.1; python_full_version >= "3.7.2" and python_version < "3.11" and python_version >= "3.6"
beautifulsoup4==4.11.1; python_version >= "3.7" and python_full_version >= "3.6.0"
bitarray==1.2.2; python_version >= "3.6" and python_version < "3.11" and python_full_version >= "3.7.2"
cachecontrol==0.12.11; python_version >= "3.7"
cachetools==5.2.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.7.2"
cairo-lang==0.9.1; python_version >= "3.6"
certifi==2022.6.15; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2"
charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2"
colorama==0.4.5; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.7.2" and (python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0")
crypto-cpp-py==1.0.4; python_full_version >= "3.7.2"
cssutils==2.5.0; python_version >= "3.7"
cytoolz==0.12.0; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2" and implementation_name == "cpython"
dict2css==0.3.0; python_version >= "3.7"
docutils==0.17.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.7" and python_version < "4.0"
domdf-python-tools==3.3.0; python_version >= "3.7" and python_full_version >= "3.6.1"
ecdsa==0.18.0; python_version >= "3.6" and python_full_version >= "3.7.2"
enum-tools==0.9.0; python_version >= "3.6"
eth-abi==3.0.1; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2"
eth-account==0.6.1; python_version >= "3.6" and python_version < "3.11" and python_full_version >= "3.7.2"
eth-hash==0.3.3; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2"
eth-keyfile==0.6.0; python_version >= "3.6" and python_version < "3.11" and python_full_version >= "3.7.2"
eth-keys==0.4.0; python_version >= "3.6" and python_version < "3.11" and python_full_version >= "3.7.2"
eth-rlp==0.3.0; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2"
eth-typing==3.1.0; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2"
eth-utils==2.0.0; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2"
fastecdsa==2.2.3; python_version >= "3.6" and python_full_version >= "3.7.2"
frozendict==1.2; python_version >= "3.6" and python_full_version >= "3.7.2"
frozenlist==1.3.0; python_version >= "3.7" and python_full_version >= "3.7.2" and python_version < "3.11"
hexbytes==0.2.2; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2"
html5lib==1.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version >= "3.5.0"
idna==3.3; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2"
imagesize==1.4.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
importlib-metadata==4.12.0; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.7.2"
importlib-resources==5.8.0; python_full_version >= "3.7.2" and python_version < "3.9" and python_version >= "3.7"
iniconfig==1.1.1; python_version >= "3.6" and python_full_version >= "3.7.2"
ipfshttpclient==0.8.0a2; python_full_version >= "3.7.2" and python_version < "3.11" and python_version >= "3.6"
jinja2==3.1.2; python_version >= "3.7"
jsonschema==4.7.2; python_full_version >= "3.7.2" and python_version < "3.11" and python_version >= "3.7"
lark-parser==0.12.0; python_version >= "3.6" and python_full_version >= "3.7.2"
lockfile==0.12.2
lru-dict==1.1.8; python_full_version >= "3.7.2" and python_version < "3.11" and python_version >= "3.6"
markupsafe==2.1.1; python_version >= "3.7"
marshmallow-dataclass==8.5.8; python_version >= "3.6" and python_full_version >= "3.7.2"
marshmallow-enum==1.5.1; python_version >= "3.6" and python_full_version >= "3.7.2"
marshmallow-oneofschema==3.0.1; python_version >= "3.6"
marshmallow==3.17.0; python_version >= "3.7"
mpmath==1.2.1; python_version >= "3.7" and python_full_version >= "3.7.2"
msgpack==1.0.4; python_version >= "3.7"
multiaddr==0.0.9; python_full_version >= "3.7.2" and python_version < "3.11" and python_version >= "3.6"
multidict==6.0.2; python_version >= "3.7" and python_full_version >= "3.7.2" and python_version < "3.11"
mypy-extensions==0.4.3; python_version >= "3.7" and python_version < "3.8" and python_full_version >= "3.7.2"
natsort==8.1.0; python_version >= "3.7" and python_full_version >= "3.6.1"
netaddr==0.8.0; python_full_version >= "3.7.2" and python_version < "3.11" and python_version >= "3.6"
numpy==1.21.6; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2"
packaging==21.3; python_version >= "3.7" and python_full_version >= "3.7.2"
parsimonious==0.8.1; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2"
pipdeptree==2.2.1; python_version >= "3.6" and python_full_version >= "3.7.2"
platformdirs==2.5.2; python_version >= "3.7" and python_full_version >= "3.6.1"
pluggy==1.0.0; python_version >= "3.6" and python_full_version >= "3.7.2"
prometheus-client==0.14.1; python_version >= "3.6" and python_full_version >= "3.7.2"
protobuf==3.20.1; python_full_version >= "3.7.2" and python_version < "3.11" and python_version >= "3.7"
py==1.11.0; python_version >= "3.6" and python_full_version >= "3.7.2"
pycryptodome==3.15.0; python_version >= "3.6" and python_version < "3.11" and python_full_version >= "3.7.2"
pygments==2.12.0; python_version >= "3.7" and python_version < "4.0"
pyparsing==3.0.9; python_version >= "3.7" and python_full_version >= "3.7.2"
pyrsistent==0.18.1; python_full_version >= "3.7.2" and python_version < "3.11" and python_version >= "3.7"
pytest-asyncio==0.16.0; python_version >= "3.6"
pytest==6.2.5; python_version >= "3.6"
pytz==2022.1; python_version >= "3.6"
pywin32==304; python_full_version >= "3.7.2" and python_version < "3.11" and platform_system == "Windows" and python_version >= "3.6"
pyyaml==6.0; python_version >= "3.6" and python_full_version >= "3.7.2"
requests==2.28.1; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2"
rlp==3.0.0; python_version >= "3.7" and python_version < "3.11" and python_full_version >= "3.7.2"
ruamel.yaml.clib==0.2.6; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.7"
ruamel.yaml==0.17.21; python_version >= "3.7"
six==1.16.0; python_version >= "3.7" and python_full_version >= "3.7.2" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version >= "3.5.0") and python_version < "3.11"
snowballstemmer==2.2.0; python_version >= "3.6"
soupsieve==2.3.2.post1; python_version >= "3.7" and python_full_version >= "3.6.0"
sphinx-autodoc-typehints==1.18.3; python_version >= "3.7"
sphinx-jinja2-compat==0.1.2; python_version >= "3.7"
sphinx-prompt==1.5.0; python_version >= "3.7"
sphinx-tabs==3.3.1; python_version >= "3.7" and python_version < "4.0"
sphinx-toolbox==3.1.2; python_version >= "3.7"
sphinx==4.5.0; python_version >= "3.6"
sphinxcontrib-applehelp==1.0.2; python_version >= "3.6"
sphinxcontrib-devhelp==1.0.2; python_version >= "3.6"
sphinxcontrib-htmlhelp==2.0.0; python_version >= "3.6"
sphinxcontrib-jsmath==1.0.1; python_version >= "3.6"
sphinxcontrib-qthelp==1.0.3; python_version >= "3.6"
sphinxcontrib-serializinghtml==1.1.5; python_version >= "3.6"
sympy==1.10.1; python_version >= "3.7" and python_full_version >= "3.7.2"
tabulate==0.8.10; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version >= "3.5.0"
toml==0.10.2; python_version >= "3.6" and python_full_version >= "3.7.2"
toolz==0.12.0
typeguard==2.13.3; python_version >= "3.6" and python_full_version >= "3.7.2"
typing-extensions==4.3.0; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.7.2"
typing-inspect==0.7.1; python_version >= "3.7" and python_version < "3.8" and python_full_version >= "3.7.2"
urllib3==1.26.10; python_full_version >= "3.7.2" and python_version < "3.11" and python_version >= "3.7"
varint==1.0.2; python_full_version >= "3.7.2" and python_version < "3.11" and python_version >= "3.6"
web3==6.0.0b4; python_full_version >= "3.7.2" and python_version < "3.11"
webencodings==0.5.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version >= "3.5.0"
websockets==10.3; python_full_version >= "3.7.2" and python_version < "3.11" and python_version >= "3.7"
yarl==1.7.2; python_version >= "3.6" and python_full_version >= "3.7.2" and python_version < "3.11"
zipp==3.8.1; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.7.2"