Skip to content
Closed
3 changes: 2 additions & 1 deletion bal_tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
wheel
git+https://github.com/BalancerMaxis/brownie.git@v1.20.x#egg=eth-brownie
web3>=6.0.0
pathlib>=1.0
numpy==1.26.4
pandas
Expand All @@ -9,3 +9,4 @@ gql[requests]
pydantic
json-fix
lxml
dotenv
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "0.1.18"
VERSION = "0.1.19"
DESCRIPTION = "Balancer Tools"
LONG_DESCRIPTION = "Balancer Maxi helper and ecosystem tools"

Expand All @@ -23,7 +23,7 @@
url="https://github.com/BalancerMaxis/bal_tools",
install_requires=[
"wheel",
"eth-brownie @ git+https://github.com/BalancerMaxis/brownie.git@v1.20.x",
"web3>=6.0.0",
"pathlib>=1.0",
"numpy==1.26.4",
"pandas",
Expand All @@ -33,6 +33,7 @@
"pydantic",
"json-fix",
"lxml",
"dotenv",
],
keywords=["python", "first package"],
classifiers=[
Expand Down