Add tabulate to dependency list (might remove later if not needed)

This commit is contained in:
Daniel Rojas 2021-10-24 18:28:47 +02:00 committed by KV
parent c33c64971e
commit d549c1e460
2 changed files with 4 additions and 2 deletions

View File

@ -3,3 +3,4 @@ graphviz
pillow pillow
pyyaml pyyaml
setuptools setuptools
tabulate

View File

@ -19,9 +19,10 @@ setup(
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
install_requires=[ install_requires=[
"click", "click",
"pyyaml",
"pillow",
"graphviz", "graphviz",
"pillow",
"pyyaml",
"tabulate",
], ],
license="GPLv3", license="GPLv3",
keywords="cable connector hardware harness wiring wiring-diagram wiring-harness", keywords="cable connector hardware harness wiring wiring-diagram wiring-harness",