Add dependencies to setup.py
This commit is contained in:
parent
22fe294018
commit
beb13d7d67
1 changed files with 15 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue