mirror of
https://github.com/openXC7/prjxray.git
synced 2026-09-03 16:31:31 +02:00
setup: remove non-required dependencies
Signed-off-by: Alessandro Comodi <[email protected]>
This commit is contained in:
@@ -25,21 +25,12 @@ setuptools.setup(
|
||||
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',
|
||||
'fasm',
|
||||
'intervaltree',
|
||||
'numpy',
|
||||
'openpyxl',
|
||||
'ordered-set',
|
||||
'parse',
|
||||
'progressbar2',
|
||||
'pyjson5',
|
||||
'pytest',
|
||||
'pyyaml',
|
||||
'scipy>=1.2.1',
|
||||
'simplejson',
|
||||
'sympy',
|
||||
'textx',
|
||||
],
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
|
||||
Reference in New Issue
Block a user