Add python-tabulate to setup install requirements

As python-tabulate is used by `perf2trace`.
This commit is contained in:
Julien Jerphanion 2021-08-03 14:38:48 +02:00 committed by GitHub
parent 42aa7feca0
commit 1d76cf85d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ setup(
license=license,
use_scm_version=True,
setup_requires=['setuptools_scm'],
install_requires=['tabulate'],
ext_modules=[Extension("per4m.pytrace", ["per4m/pytrace.cpp", "per4m/probes.cpp"],
extra_compile_args=extra_compile_args)],
entry_points={