Fix rlp versions (#1437)

pull/1438/head
Nikhil Parasaram 4 years ago committed by GitHub
parent 749cfcf673
commit c51531ee51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      requirements.txt
  2. 2
      setup.py

@ -24,7 +24,7 @@ pytest>=3.6.0
pytest-cov
pytest_mock
requests>=2.22.0
rlp>=1.0.1
rlp>=1.0.1,<2.0.0
semantic_version==2.8.5
transaction>=2.2.1
z3-solver>=4.8.5.0

@ -43,7 +43,7 @@ REQUIRED = [
"eth-typing>=2.0.0",
"coverage",
"jinja2>=2.9",
"rlp>=1.0.1",
"rlp>=1.0.1,<2.0.0",
"transaction>=2.2.1",
"py-flags",
"mock",

Loading…
Cancel
Save