Fix pyparsing (#1551)

pull/1557/head
Nikhil Parasaram 3 years ago committed by GitHub
parent aacb04a226
commit 0fa1aac499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      requirements.txt
  2. 1
      setup.py

@ -23,6 +23,7 @@ py-evm
py-solc-x
py-solc
pytest>=3.6.0
pyparsing<3,>=2.0.2
pytest-cov
pytest_mock
requests

@ -44,6 +44,7 @@ REQUIRED = [
"eth-typing<3.0.0,>=2.1.0",
"eth-utils==1.9.0",
"coverage",
"pyparsing<3,>=2.0.2",
"jinja2>=2.9",
"rlp>=1.0.1,<2.0.0",
"transaction>=2.2.1",

Loading…
Cancel
Save