setup.py: add dependencies Signed-off-by: Karol Gugala <kgugala@antmicro.com>
diff --git a/setup.py b/setup.py index deed483..8388709 100644 --- a/setup.py +++ b/setup.py
@@ -24,6 +24,23 @@ 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",