Improve printing of tabulated results

This commit is contained in:
Ivan Kravets
2019-08-17 20:55:16 +03:00
parent 9023358d9e
commit 0677bcecb9
16 changed files with 275 additions and 260 deletions

View File

@ -23,7 +23,8 @@ install_requires = [
"colorama",
"pyserial>=3,<4,!=3.3",
"requests>=2.4.0,<3",
"semantic_version>=2.5.0,<3"
"semantic_version>=2.5.0,<3",
"tabulate>=0.8.3"
]
setup(