Skip to content

Commit

Permalink
Merge pull request humanprotocol#219 from hCaptcha/fix/dist
Browse files Browse the repository at this point in the history
Fix typo in setup.py (2)
  • Loading branch information
uivlis authored Aug 3, 2020
2 parents 3afce4e + 47f5b67 commit 29576ec
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 @@ -16,7 +16,7 @@
packages=setuptools.find_packages() + ["contracts", "migrations"],
install_requires=[
"py-solc-x @ https://github.com/iamdefinitelyahuman/py-solc-x@master#egg=py-solc-x",
"trinity @ https://github.com/ethereum/trinity@master#egg=trinty",
"trinity @ https://github.com/ethereum/trinity@master#egg=trinity",
"hmt-basemodels",
"boto3",
"sphinx @ https://github.com/sphinx-doc/sphinx@master#egg=sphinx",
Expand Down

0 comments on commit 29576ec

Please sign in to comment.