Merge pull request #1550 from antmicro/python-deps
setup.py: add dependencies
diff --git a/setup.py b/setup.py
index deed483..61f4749 100644
--- a/setup.py
+++ b/setup.py
@@ -24,6 +24,16 @@
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",