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

Commit abfcbdb

Browse files
committed
Update requirements to use pinned version of rlp
1 parent b773d9b commit abfcbdb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ repoze.lru
55
pbkdf2
66
pycryptodome>=3.3.1
77
scrypt
8-
https://github.com/ethereum/pyrlp/tarball/develop
8+
rlp==0.4.4
99
https://github.com/ethereum/ethash/tarball/master

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def run_tests(self):
3232
# requirements
3333
install_requires = set(x.strip() for x in open('requirements.txt'))
3434
install_requires_replacements = {
35-
'https://github.com/ethereum/pyrlp/tarball/develop': 'rlp>=0.3.9',
3635
'https://github.com/ethereum/ethash/tarball/master': 'pyethash'}
3736
install_requires = [install_requires_replacements.get(r, r) for r in install_requires]
3837

0 commit comments

Comments
 (0)