Skip to content

Commit

Permalink
Pin manticore dependency to <=0.3.6
Browse files Browse the repository at this point in the history
Manticore 0.3.6 causes issues when running etheno, see issue
crytic#80 for the details.
  • Loading branch information
elopez committed Dec 30, 2021
1 parent f9ad032 commit 2b6186a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@
'setuptools'
],
extras_require={
'manticore': ['manticore>=0.2.2']
'manticore': ['manticore>=0.2.2,<0.3.6']
},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 2b6186a

Please sign in to comment.