File tree 5 files changed +17
-12
lines changed
5 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ Check out the code from GitHub::
78
78
79
79
Run install (this should install dependencies)::
80
80
81
- python3 -m pip install -r ./contrib/requirements/requirements-eth.txt
82
81
python3 -m pip install --user -e .
83
82
84
83
Original file line number Diff line number Diff line change 1
1
toolz==0.10.0 \
2
2
--hash=sha256:08fdd5ef7c96480ad11c12d472de21acd32359996f69a5259299b540feba4560
3
- https://github.com/icodeface/eth-hash/archive/master.zip \
4
- --hash=sha256:1db3fd94b87dbbf92a1307fecc54e310880c359959de5b27d94972d3780f9e8f
5
- https://github.com/icodeface/eth-utils/archive/master.zip \
6
- --hash=sha256:da133a726b11a67b38955937fd4781dbadac43071c4d9a345840670b71edced7
7
- https://github.com/icodeface/eth-abi/archive/master.zip \
8
- --hash=sha256:8d8bff7c546506fe2465f2c9620446bb5425b284c8492e2a3506d9b21f5528a9
3
+ parsimonious==0.8.1 \
4
+ --hash=sha256:3add338892d580e0cb3b1a39e4a1b427ff9f687858fdd61097053742391a9f6b
5
+ eth-typing==2.2.2 \
6
+ --hash=sha256:1140c7592321dbf10d6663c46f7e43eb0e6410b011b03f14b3df3eb1f76aa9bb \
7
+ --hash=sha256:97ba0f83da7cf1d3668f6ed54983f21168076c552762bf5e06d4a20921877f3f
8
+ eth-hash-qtum==0.2.0 \
9
+ --hash=sha256:8b5c607c74702f56cb4ed26721cc06a91972fa21c2973d0f21b69ba3872533b2 \
10
+ --hash=sha256:589ab8b0fcb96a6637f4d4968da7ccd9dde6a9f3867a059f42b636175d3ad2f5
11
+ eth-utils-qtum==1.9.5.1 \
12
+ --hash=sha256:4da1d94a39e03f7eef0518f3471af0afebd34397ef0c8b59370d915b895c3e40 \
13
+ --hash=sha256:102fb5e12815b507ada6ab9d41a9b12c20fa05808068e48fa82f4d33c2dcaa10
14
+ eth-abi-qtum==2.1.1 \
15
+ --hash=sha256:1e79a49d4f483296c9466eeb2f1d313628e4c947363451a2fdea8cd715fe6bef \
16
+ --hash=sha256:2b80dc2139b179eed2967fc6de627204821abd9a8c1ce101a0580c95ae6f0be7
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,3 +9,6 @@ aiohttp_socks>=0.3
9
9
certifi
10
10
bitstring
11
11
attrs >= 19.2.0
12
+ eth-hash-qtum == 0.2.0
13
+ eth-utils-qtum == 1.9.5.1
14
+ eth-abi-qtum == 2.1.1
Original file line number Diff line number Diff line change 22
22
with open ('contrib/requirements/requirements.txt' ) as f :
23
23
requirements = f .read ().splitlines ()
24
24
25
- requirements += ['eth-hash' , 'eth-utils' , 'eth-abi' ]
26
-
27
25
with open ('contrib/requirements/requirements-hw.txt' ) as f :
28
26
requirements_hw = f .read ().splitlines ()
29
27
You can’t perform that action at this time.
0 commit comments