Setup.py now had tabulate included and update version number

This commit is contained in:
danielwilczak101
2020-12-04 03:24:22 -05:00
parent 0e299265f5
commit f683e23ba3

View File

@ -28,6 +28,7 @@ setup(
],
install_requires = ["matplotlib ~= 3.3.2",
"pyserial ~= 3.4",
"pytest>=3.7"
"pytest>=3.7",
"tabulate >=0.8.7"
],
)