setup.py: add dependencies

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
Karol Gugala 2021-01-14 22:27:26 +01:00 committed by Alessandro Comodi
parent c202abb8a1
commit 1ed87867ee
1 changed files with 17 additions and 0 deletions

View File

@ -24,6 +24,23 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="https://github.com/SymbiFlow/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=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: ISC License",