replace the (optional) tabulate dependency w/ a simple table printer

This commit is contained in:
Ryan Petrello
2019-08-21 15:22:27 -04:00
parent ec5d471640
commit 44ff141c23
3 changed files with 40 additions and 24 deletions

View File

@@ -69,7 +69,7 @@ setup(
install_requires=requirements,
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
extras_require={
'formatting': ['jq', 'tabulate'],
'formatting': ['jq'],
'websockets': ['websocket-client>0.54.0'],
},
entry_points={