Skip to content

Commit

Permalink
Merge pull request humanprotocol#216 from hCaptcha/fix/dist
Browse files Browse the repository at this point in the history
Specify versions in setup.py, as evin pointed out.
  • Loading branch information
uivlis authored Aug 3, 2020
2 parents 529f294 + a173f8c commit b67d5d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@
"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 b67d5d2

Please sign in to comment.