Add dependencies to setup.py
This commit is contained in:
parent
f68555cb0b
commit
447c4105b7
1 changed files with 4 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -9,5 +9,7 @@ setup(name='float_raster',
|
||||||
author_email='anewusername@gmail.com',
|
author_email='anewusername@gmail.com',
|
||||||
url='https://mpxd.net/gogs/jan/float_raster',
|
url='https://mpxd.net/gogs/jan/float_raster',
|
||||||
py_modules=['float_raster'],
|
py_modules=['float_raster'],
|
||||||
|
install_requires=[
|
||||||
|
'numpy'
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue