Skip to content

Commit

Permalink
Reformat with black
Browse files Browse the repository at this point in the history
  • Loading branch information
uivlis committed Aug 3, 2020
1 parent 3bdfe74 commit a173f8c
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=["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"],
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 a173f8c

Please sign in to comment.