From 7479f9f33cbacab77931d3154515e38acf7571e8 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 3 Mar 2019 12:22:47 +0200 Subject: [PATCH] Update requiremets.txt. - Remove aws-shell, conflicts with pgcli and mycli over prompt_toolkit. - Add awslogs. - Add (my) template. - Add sh and parse for vagrant-{update,clean}. --- requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2bb51b0..897877c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,8 @@ httpie awscli -aws-shell +#aws-shell +awslogs +parse pre-commit pipenv docker-compose @@ -11,3 +13,5 @@ mycli gunicorn ansible tox +sh +template -- GitLab