Skip to content

Commit

Permalink
Fix eth-typing major version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
carver committed Sep 17, 2018
1 parent df0d0a5 commit 04f1373
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 04f1373

Please sign in to comment.