Add tabulate to dependency list (might remove later if not needed)
This commit is contained in:
parent
c33c64971e
commit
d549c1e460
@ -3,3 +3,4 @@ graphviz
|
|||||||
pillow
|
pillow
|
||||||
pyyaml
|
pyyaml
|
||||||
setuptools
|
setuptools
|
||||||
|
tabulate
|
||||||
|
|||||||
5
setup.py
5
setup.py
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user