Skip to content

Commit

Permalink
Fix links in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
uivlis committed Aug 3, 2020
1 parent 1e249cc commit 39dc2f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="hmt-escrow",
version="0.8.5",
version="0.8.6",
author="HUMAN Protocol",
description="A python library to launch escrow contracts to the HUMAN network.",
url="https://github.com/hCaptcha/hmt-escrow",
Expand All @@ -15,10 +15,10 @@
],
packages=setuptools.find_packages() + ["contracts", "migrations"],
install_requires=[
"http://github.com/iamdefinitelyahuman/py-solc-x/tarball/master#egg=py-solc-x",
"http://github.com/ethereum/trinity/tarball/master#egg=trinty",
"py-solc-x @ https://github.com/iamdefinitelyahuman/py-solc-x@master#egg=py-solc-x",
"trinity @ https://github.com/ethereum/trinity@master#egg=trinty",
"hmt-basemodels",
"boto3",
"http://github.com/sphinx-doc/sphinx/tarball/master#egg=sphinx",
"sphinx @ https://github.com/sphinx-doc/sphinx@master#egg=sphinx",
],
)

0 comments on commit 39dc2f6

Please sign in to comment.