mirror of https://github.com/openXC7/prjxray.git
Merge pull request #1550 from antmicro/python-deps
setup.py: add dependencies
This commit is contained in:
commit
a0dbca4da8
10
setup.py
10
setup.py
|
|
@ -24,6 +24,16 @@ setuptools.setup(
|
|||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/SymbiFlow/prjxray",
|
||||
packages=['prjxray'],
|
||||
install_requires=[
|
||||
'fasm',
|
||||
'intervaltree',
|
||||
'numpy',
|
||||
# FIXME: remove dependency once https://github.com/SymbiFlow/prjxray/issues/1624
|
||||
# is fixed
|
||||
'pyjson5',
|
||||
'pyyaml',
|
||||
'simplejson',
|
||||
],
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: ISC License",
|
||||
|
|
|
|||
Loading…
Reference in New Issue