Skip to content

Commit

Permalink
Update tl-bin dependency to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
berndbohmeier committed Nov 13, 2018
1 parent c7aea90 commit 68a03eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ toolz==0.9.0
tox==3.3.0
traitlets==4.3.2
trie==1.3.8
trustlines-contracts-bin==0.1.3
typed-ast==1.1.0
typing==3.6.6
urllib3==1.23
Expand Down
2 changes: 1 addition & 1 deletion py-deploy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
packages=find_packages(exclude=["contrib", "docs", "tests"]),
install_requires=["web3>=4.7.1,<4.8.0", "click", "trustlines-contracts-bin>=0.1.0,<0.3.0"],
install_requires=["web3>=4.7.1,<4.8.0", "click", "trustlines-contracts-bin>=0.3.0,<0.4.0"],
python_requires=">=3.5",
# To provide executable scripts, use entry points in preference to the
# "scripts" keyword. Entry points provide cross-platform support and allow
Expand Down

0 comments on commit 68a03eb

Please sign in to comment.