add numpy
This commit is contained in:
parent
d6e04bae8e
commit
32d83f1820
2 changed files with 2 additions and 1 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
colour
|
colour
|
||||||
|
numpy
|
||||||
pillow
|
pillow
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -17,5 +17,5 @@ setup(
|
||||||
license="LICENSE",
|
license="LICENSE",
|
||||||
description="A colorful wallpaper generator",
|
description="A colorful wallpaper generator",
|
||||||
long_description=open("README.org").read(),
|
long_description=open("README.org").read(),
|
||||||
install_requires=["colour", "pillow"],
|
install_requires=["colour", "numpy", "pillow"],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue