From d61abc5362c8c0174cd024dfef5cbffaabbaca61 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 1 Jul 2019 19:39:22 +0300 Subject: [PATCH] Updates to requirements.txt. - Replace docker-py with docker. docker-py is deprecated and from what I can gather no Ansible module currently requires it (unless you're still on Python 2.6). It also conflicted with the docker package required by other packages (like docker-compose) and would make for interesting errors. - Add hashin, yet another package update utility. - Add cookicutter, used it before. --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 97fc375..f219ac3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,13 +7,15 @@ bcrypt black boto boto3 +cookiecutter cryptography dnspython +docker docker-compose -docker-py flit Glances gunicorn +hashin httpbin httpie identify -- GitLab