Skip to content

Commit ec4d944

Browse files
authored
Merge pull request ethereum#864 from ldct/ldct-requirements
clean up [dev_]requirements.txt
2 parents cd963ec + 221d1d3 commit ec4d944

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

dev_requirements.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
tox
1+
bitcoin
22
coveralls
3-
pytest>=2.9.0
4-
pytest-catchlog==1.2.2
5-
pytest-timeout==1.0.0
3+
ethereum-serpent
64
py-ecc
5+
pytest-timeout==1.0.0
6+
pytest>=2.9.0
7+
tox

requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
coincurve>=7.0.0
2+
future
3+
https://github.com/ethereum/ethash/tarball/master
4+
pbkdf2
5+
py_ecc
6+
pycryptodome>=3.4.7
17
pysha3>=1.0.1
28
PyYAML
39
repoze.lru
4-
scrypt
5-
pbkdf2
6-
py_ecc
710
rlp>=0.4.7
8-
https://github.com/ethereum/ethash/tarball/master
9-
pycryptodome>=3.4.7
10-
coincurve>=7.0.0
11-
future
11+
scrypt

0 commit comments

Comments
 (0)