Skip to content

Commit

Permalink
Merge pull request #99 from ethereum/eth-typing-lt-v2
Browse files Browse the repository at this point in the history
Fix eth-typing major version constraint
  • Loading branch information
carver committed Sep 18, 2018
2 parents df0d0a5 + 04f1373 commit 45650c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
include_package_data=True,
install_requires=[
'eth-utils>=1.2.0,<2.0.0',
'eth-typing<=2',
'eth-typing<2',
'parsimonious==0.8.0',
],
setup_requires=['setuptools-markdown'],
Expand Down

0 comments on commit 45650c4

Please sign in to comment.