Skip to content

Commit d553bd4

Browse files
committed
Upgrade RLP dependency
1 parent fc8b56d commit d553bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"mypy_extensions>=0.4.1,<1.0.0",
1616
"py-ecc>=1.4.7,<5.0.0",
1717
"pyethash>=0.1.27,<1.0.0",
18-
"rlp==2.0.0-alpha.1",
19-
"trie==2.0.0-alpha.4",
18+
"rlp>=2,<3",
19+
"trie==2.0.0-alpha.5",
2020
],
2121
# The eth-extra sections is for libraries that the evm does not
2222
# explicitly need to function and hence should not depend on.

0 commit comments

Comments
 (0)