Add dependencies to setup.py
This commit is contained in:
parent
2a20a540b9
commit
3bfe71b9c7
1 changed files with 12 additions and 1 deletions
11
setup.py
11
setup.py
|
|
@ -9,5 +9,16 @@ setup(name='masque',
|
||||||
author_email='anewusername@gmail.com',
|
author_email='anewusername@gmail.com',
|
||||||
url='https://mpxd.net/gogs/jan/masque',
|
url='https://mpxd.net/gogs/jan/masque',
|
||||||
packages=['masque'],
|
packages=['masque'],
|
||||||
|
install_requires=[
|
||||||
|
'numpy'
|
||||||
|
],
|
||||||
|
dependency_links=[
|
||||||
|
|
||||||
|
],
|
||||||
|
extras_require={
|
||||||
|
'visualization': ['matplotlib'],
|
||||||
|
'gdsii': ['python-gdsii'],
|
||||||
|
'svg': ['svgwrite'],
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue