Skip to content

Commit 86b9558

Browse files
committed
Reduce dependency set.
Remove unecssary dependencies, and depend on a non-released web3 version fixing a dependency issue.
1 parent 32bb8f2 commit 86b9558

File tree

1 file changed

+1
-47
lines changed

1 file changed

+1
-47
lines changed

requirements.txt

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1 @@
1-
astroid==2.4.2
2-
attrs==20.1.0
3-
autopep8==1.5.4
4-
base58==2.0.1
5-
bitarray==1.2.2
6-
certifi==2020.6.20
7-
chardet==3.0.4
8-
cmake==3.18.2.post1
9-
cytoolz==0.10.1
10-
eth-abi==2.1.1
11-
eth-account==0.5.2
12-
eth-hash==0.2.0
13-
eth-keyfile==0.5.1
14-
eth-keys==0.3.3
15-
eth-rlp==0.1.2
16-
eth-typing==2.2.1
17-
eth-utils==1.9.4
18-
hexbytes==0.2.1
19-
idna==2.10
20-
ipfshttpclient==0.6.0.post1
21-
isort==5.4.2
22-
jsonschema==3.2.0
23-
lazy-object-proxy==1.4.3
24-
lru-dict==1.1.6
25-
mccabe==0.6.1
26-
multiaddr==0.0.9
27-
netaddr==0.8.0
28-
parsimonious==0.8.1
29-
protobuf==3.13.0
30-
py-solc==3.2.0
31-
py-solc-x==0.10.1
32-
pycodestyle==2.6.0
33-
pycryptodome==3.9.8
34-
pylint==2.6.0
35-
pyrsistent==0.16.0
36-
requests==2.24.0
37-
rlp==1.2.0
38-
semantic-version==2.8.5
39-
six==1.15.0
40-
solc==0.0.0a0
41-
toml==0.10.1
42-
toolz==0.10.0
43-
urllib3==1.25.10
44-
varint==1.0.2
45-
web3==5.12.0
46-
websockets==8.1
47-
wrapt==1.12.1
1+
web3 @ https://github.com/ethereum/web3.py/archive/refs/heads/v5.zip

0 commit comments

Comments
 (0)