Skip to content

Commit

Permalink
Add boto3 to required packages, bump to 0.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rbval committed May 7, 2020
1 parent 60c3960 commit 68da30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.7.15",
version="0.7.16",
author="HUMAN Protocol",
description=
"A python library to launch escrow contracts to the HUMAN network.",
Expand All @@ -16,5 +16,5 @@
packages=setuptools.find_packages(),
install_requires=[
"ipfshttpclient==0.4.13.2", "py-evm==0.2.0a37", "py-solc==3.2.0",
"web3==4.8.3", "hmt-basemodels"
"web3==4.8.3", "hmt-basemodels", "boto3==1.13.3"
])

0 comments on commit 68da30b

Please sign in to comment.