setup: remove non-required dependencies

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2021-03-15 16:47:39 +01:00
parent 1ed87867ee
commit dc9060df22
1 changed files with 1 additions and 10 deletions

View File

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