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.
1 parent c824422 commit cf670c8Copy full SHA for cf670c8
setup.py
@@ -34,7 +34,7 @@
34
license="Copyright",
35
author="QuintoAndar",
36
install_requires=requirements,
37
- extras_require={"h3": ["h3>=3.4.2,<4"]},
+ extras_require={"h3": ["h3>=3.7.4,<4"]},
38
python_requires=">=3.7, <4",
39
entry_points={"console_scripts": ["butterfree=butterfree._cli.main:app"]},
40
include_package_data=True,
0 commit comments