Skip to content

Commit

Permalink
Specify versions in setup.py, as evin pointed out.
Browse files Browse the repository at this point in the history
  • Loading branch information
uivlis committed Aug 3, 2020
1 parent 0e867ff commit 3bdfe74
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 @@ -14,5 +14,5 @@
"Programming Language :: Python",
],
packages=setuptools.find_packages() + ["contracts", "migrations"],
install_requires=["py-solc-x", "trinity", "hmt-basemodels", "boto3", "sphinx"],
install_requires=["http://github.com/iamdefinitelyahuman/py-solc-x/tarball/master#egg=py-solc-x", "http://github.com/ethereum/trinity/tarball/master#egg=trinty", "hmt-basemodels", "boto3", "https://github.com/sphinx-doc/sphinx/tarball/master#egg=sphinx"],
)

0 comments on commit 3bdfe74

Please sign in to comment.