mirror of https://github.com/openXC7/prjxray.git
setup: remove non-required dependencies
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
1ed87867ee
commit
dc9060df22
11
setup.py
11
setup.py
|
|
@ -25,21 +25,12 @@ setuptools.setup(
|
||||||
url="https://github.com/SymbiFlow/prjxray",
|
url="https://github.com/SymbiFlow/prjxray",
|
||||||
packages=['prjxray'],
|
packages=['prjxray'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'sdf-timing @ git+https://github.com/symbiflow/python-sdf-timing',
|
'fasm',
|
||||||
'fasm @ git+https://github.com/symbiflow/fasm',
|
|
||||||
'intervaltree',
|
'intervaltree',
|
||||||
'numpy',
|
'numpy',
|
||||||
'openpyxl',
|
|
||||||
'ordered-set',
|
|
||||||
'parse',
|
|
||||||
'progressbar2',
|
|
||||||
'pyjson5',
|
'pyjson5',
|
||||||
'pytest',
|
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
'scipy>=1.2.1',
|
|
||||||
'simplejson',
|
'simplejson',
|
||||||
'sympy',
|
|
||||||
'textx',
|
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue