add numpy

This commit is contained in:
Denis Lehmann 2021-11-24 08:40:12 +01:00
parent d6e04bae8e
commit 32d83f1820
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
colour
numpy
pillow

View File

@ -17,5 +17,5 @@ setup(
license="LICENSE",
description="A colorful wallpaper generator",
long_description=open("README.org").read(),
install_requires=["colour", "pillow"],
install_requires=["colour", "numpy", "pillow"],
)