We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
packaging
1 parent 2526c3e commit c423379Copy full SHA for c423379
setup.py
@@ -17,7 +17,7 @@
17
include_package_data=True,
18
py_modules=["vvm"],
19
python_requires=">=3.8, <4",
20
- install_requires=["requests>=2.32.3,<3", "packaging>=24.1,<25"],
+ install_requires=["requests>=2.32.3,<3", "packaging>=23.1,<25"],
21
license="MIT",
22
zip_safe=False,
23
keywords="ethereum vyper",
0 commit comments