[F] Actually, make numpy a dependency
This commit is contained in:
parent
d59e4a64d3
commit
1eab4bb157
1 changed files with 1 additions and 4 deletions
5
setup.py
5
setup.py
|
@ -32,10 +32,7 @@ setup(
|
||||||
packages=['hyfetch'],
|
packages=['hyfetch'],
|
||||||
package_data={'hyfetch': ['hyfetch/*']},
|
package_data={'hyfetch': ['hyfetch/*']},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=['setuptools', 'typing_extensions'],
|
install_requires=['setuptools', 'typing_extensions', 'numpy'],
|
||||||
extras_require={
|
|
||||||
'Gradient color_scale': ['numpy']
|
|
||||||
},
|
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
"hyfetch=hyfetch.main:run",
|
"hyfetch=hyfetch.main:run",
|
||||||
|
|
Loading…
Reference in a new issue