diff --git a/setup.py b/setup.py index cdbe3472..0993dff8 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( packages=['hyfetch'], package_data={'hyfetch': ['hyfetch/*']}, include_package_data=True, - install_requires=['setuptools', 'hypy_utils==1.0.6', 'typing_extensions'], + install_requires=['setuptools', 'hypy_utils>=1.0.6', 'typing_extensions'], entry_points={ "console_scripts": [ "hyfetch=hyfetch.main:run",