mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
replace the (optional) tabulate dependency w/ a simple table printer
This commit is contained in:
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user