Merge pull request #1550 from antmicro/python-deps

setup.py: add dependencies
This commit is contained in:
litghost 2021-03-16 12:55:41 -07:00 committed by GitHub
commit a0dbca4da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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",