Skip to content

Commit

Permalink
fix: relax web3 version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG authored and danijelTxFusion committed Jan 12, 2024
1 parent 75941bc commit 5d50182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
eip712_structs == 1.1.0
web3==6.0.0
web3>=6.3.0
eth-tester
black
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ license = MIT
packages = find:
install_requires =
eip712_structs == 1.1.0
web3==6.0.0
web3>=6.3.0

python_requires = >=3.10
python_requires = >=3.8
setup_requires =
setuptools_scm >= v7.0.5

Expand Down

0 comments on commit 5d50182

Please sign in to comment.