summaryrefslogtreecommitdiffstats
path: root/awxkit/requirements.txt
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2019-08-12 22:41:31 +0200
committerRyan Petrello <rpetrell@redhat.com>2019-08-12 23:27:57 +0200
commit299fa3b6b4b7c9f55d038704ae922f8d751c2426 (patch)
tree51fa5bc450b51d9d61e65cf4d52df495283e6cc2 /awxkit/requirements.txt
parentMerge pull request #4465 from ryanpetrello/json-metrics (diff)
downloadawx-299fa3b6b4b7c9f55d038704ae922f8d751c2426.tar.xz
awx-299fa3b6b4b7c9f55d038704ae922f8d751c2426.zip
simplify awxkit dependencies
- remove flake8 as an install requirements (it's only used for tests) - vendor toposort, which is Apache 2.0 licensed (and very small) - change websocket-client to a setuptools optional dependency, which you can install via: pip install "./awxkit[websockets]" - add `jq` and `tabulate` under an additional optional setuptools dependency: pip install "./awxkit[formatting]" - remove `cryptography`, which is only used for random RSA generation (unused by the CLI)
Diffstat (limited to 'awxkit/requirements.txt')
-rw-r--r--awxkit/requirements.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/awxkit/requirements.txt b/awxkit/requirements.txt
index ee3930f7dc..b662004a18 100644
--- a/awxkit/requirements.txt
+++ b/awxkit/requirements.txt
@@ -1,8 +1,4 @@
PyYAML>=5.1
-cryptography
-flake8
python-dateutil
requests
termcolor
-toposort
-websocket-client>=0.54.0