Add dependencies to setup.py
This commit is contained in:
parent
22fe294018
commit
beb13d7d67
16
setup.py
16
setup.py
@ -9,5 +9,19 @@ setup(name='gridlock',
|
||||
author_email='anewusername@gmail.com',
|
||||
url='https://mpxd.net/gogs/jan/gridlock',
|
||||
packages=['gridlock'],
|
||||
)
|
||||
install_requires=[
|
||||
'numpy'
|
||||
],
|
||||
dependency_links=[
|
||||
'git+https://mpxd.net/gogs/jan/float_raster.git@release'
|
||||
],
|
||||
extras_require={
|
||||
'visualization': ['matplotlib'],
|
||||
'visualization-isosurface': [
|
||||
'matplotlib',
|
||||
'skimage',
|
||||
'mpl_toolkits',
|
||||
],
|
||||
},
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user