Skip to content

Commit

Permalink
Relax dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Sep 18, 2024
1 parent ad38afe commit eff4840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
include_package_data=True,
py_modules=["vvm"],
python_requires=">=3.8, <4",
install_requires=["requests>=2.32.3,<3", "packaging>=24.1,<25"],
install_requires=["requests>=2.32.3,<3", "packaging>=23.1,<25"],
license="MIT",
zip_safe=False,
keywords="ethereum vyper",
Expand Down

0 comments on commit eff4840

Please sign in to comment.