diff --git a/setup.py b/setup.py index 2669c239..7a2b21f2 100644 --- a/setup.py +++ b/setup.py @@ -32,10 +32,7 @@ setup( packages=['hyfetch'], package_data={'hyfetch': ['hyfetch/*']}, include_package_data=True, - install_requires=['setuptools', 'typing_extensions'], - extras_require={ - 'Gradient color_scale': ['numpy'] - }, + install_requires=['setuptools', 'typing_extensions', 'numpy'], entry_points={ "console_scripts": [ "hyfetch=hyfetch.main:run",