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 Laurier Loiselle
parent 4e87706cb2
commit 58e9a5fcce
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F
2 changed files with 4 additions and 2 deletions

View File

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

View File

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