forked from hyperliquid-dex/hyperliquid-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-ci.txt
24 lines (24 loc) · 1.77 KB
/
requirements-ci.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
bitarray==2.7.6 ; python_version >= "3.7" and python_version < "4"
cached-property==1.5.2 ; python_version >= "3.7" and python_version < "3.8"
certifi==2023.5.7 ; python_version >= "3.7" and python_version < "4.0"
charset-normalizer==3.2.0 ; python_version >= "3.7" and python_version < "4.0"
cytoolz==0.12.1 ; python_version >= "3.7" and python_version < "4" and implementation_name == "cpython"
eth-abi==3.0.1 ; python_version >= "3.7" and python_version < "4"
eth-account==0.8.0 ; python_version >= "3.7" and python_version < "4"
eth-hash==0.5.2 ; python_version >= "3.7" and python_version < "4"
eth-keyfile==0.6.1 ; python_version >= "3.7" and python_version < "4"
eth-keys==0.4.0 ; python_version >= "3.7" and python_version < "4"
eth-rlp==0.3.0 ; python_version >= "3.7" and python_version < "4"
eth-typing==3.2.0 ; python_version >= "3.7" and python_version < "4"
eth-utils==2.2.0 ; python_version >= "3.7" and python_version < "4"
hexbytes==0.3.1 ; python_version >= "3.7" and python_version < "4"
idna==3.4 ; python_version >= "3.7" and python_version < "4.0"
parsimonious==0.8.1 ; python_version >= "3.7" and python_version < "4"
pycryptodome==3.18.0 ; python_version >= "3.7" and python_version < "4"
pytest==7.4.0 ; python_version >= "3.7" and python_version < "4.0"
requests==2.31.0 ; python_version >= "3.7" and python_version < "4.0"
rlp==3.0.0 ; python_version >= "3.7" and python_version < "4"
six==1.16.0 ; python_version >= "3.7" and python_version < "4"
toolz==0.12.0 ; python_version >= "3.7" and python_version < "4" and implementation_name == "pypy" or python_version >= "3.7" and python_version < "4" and implementation_name == "cpython"
urllib3==1.26.16 ; python_version >= "3.7" and python_version < "4.0"
websocket-client==1.6.1 ; python_version >= "3.7" and python_version < "4.0"