Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 5a4b09d

Browse files
committed
requirements for serpent, ethash from gh
1 parent 0df1228 commit 5a4b09d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ structlog>=15.0.0
88
coveralls
99
https://github.com/ethereum/pyrlp/tarball/develop
1010
https://github.com/ethereum/serpent/tarball/develop
11-
https://github.com/ethereum/ethash/tarball/develop
11+
https://github.com/ethereum/ethash/tarball/master

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def run_tests(self):
3131
install_requires_replacements = {
3232
'https://github.com/ethereum/pyrlp/tarball/develop': 'rlp>=0.3.7',
3333
'https://github.com/ethereum/serpent/tarball/develop': 'ethereum-serpent>=1.8.1',
34-
'https://github.com/ethereum/ethash/tarball/develop': 'pyethash>=23'}
34+
'https://github.com/ethereum/ethash/tarball/master': 'pyethash>=23'}
35+
3536
install_requires = [install_requires_replacements.get(r, r) for r in install_requires]
3637

3738
setup(name="ethereum",

0 commit comments

Comments
 (0)