mirror of https://github.com/openXC7/prjxray.git
setup.py: add dependencies
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
c202abb8a1
commit
1ed87867ee
17
setup.py
17
setup.py
|
|
@ -24,6 +24,23 @@ setuptools.setup(
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/SymbiFlow/prjxray",
|
url="https://github.com/SymbiFlow/prjxray",
|
||||||
packages=['prjxray'],
|
packages=['prjxray'],
|
||||||
|
install_requires=[
|
||||||
|
'sdf-timing @ git+https://github.com/symbiflow/python-sdf-timing',
|
||||||
|
'fasm @ git+https://github.com/symbiflow/fasm',
|
||||||
|
'intervaltree',
|
||||||
|
'numpy',
|
||||||
|
'openpyxl',
|
||||||
|
'ordered-set',
|
||||||
|
'parse',
|
||||||
|
'progressbar2',
|
||||||
|
'pyjson5',
|
||||||
|
'pytest',
|
||||||
|
'pyyaml',
|
||||||
|
'scipy>=1.2.1',
|
||||||
|
'simplejson',
|
||||||
|
'sympy',
|
||||||
|
'textx',
|
||||||
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: ISC License",
|
"License :: OSI Approved :: ISC License",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue