Sfoglia il codice sorgente

[+] Add numpy optional dependency

Azalea (on HyDEV-Daisy) 3 anni fa
parent
commit
d59e4a64d3
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      setup.py

+ 3 - 0
setup.py

@@ -33,6 +33,9 @@ setup(
     package_data={'hyfetch': ['hyfetch/*']},
     include_package_data=True,
     install_requires=['setuptools', 'typing_extensions'],
+    extras_require={
+        'Gradient color_scale': ['numpy']
+    },
     entry_points={
         "console_scripts": [
             "hyfetch=hyfetch.main:run",