Skip to content

Commit

Permalink
Fix pyparsing (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
norhh authored Nov 17, 2021
1 parent aacb04a commit 0fa1aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"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",
Expand Down

0 comments on commit 0fa1aac

Please sign in to comment.