-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #438 from BalancerMaxis/chore/bump_bal_tools_0_1_7
chore: bump to bal tools 0.1.7
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pathlib>=1.0 | ||
git+https://github.com/BalancerMaxis/[email protected].6 | ||
git+https://github.com/BalancerMaxis/[email protected].7 | ||
requests | ||
pandas | ||
web3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
from setuptools import setup, find_packages | ||
|
||
VERSION = "0.9.9" | ||
VERSION = "0.9.10" | ||
DESCRIPTION = "Balancer Maxi Addressbook" | ||
LONG_DESCRIPTION = "Balancer Maxi Addressbook and Balancer Permissions helper" | ||
|
||
|
@@ -23,7 +23,7 @@ | |
"web3", | ||
"gql[requests]", | ||
"requests", | ||
"bal_tools @ git+https://github.com/BalancerMaxis/[email protected].6", | ||
"bal_tools @ git+https://github.com/BalancerMaxis/[email protected].7", | ||
], | ||
keywords=["python", "first package"], | ||
classifiers=[ | ||
|