From 6bbd6320d15d0bcee6d3f4474fd28970a0a805de Mon Sep 17 00:00:00 2001 From: knightdave <13086223+knightdave@users.noreply.github.com> Date: Sat, 25 May 2019 14:30:20 +0200 Subject: [PATCH] Update packages list Added: - testinfra - molecule - pywinrm - docker-py --- README.md | 4 ++++ construct.yaml | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efbcbd2..55c0c45 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Anaconda installer with build in automation tools - python 2.7* - conda - ansible +- testinfra +- molecule +- pywinrm +- docker-py - awscli - fabric - robotframework diff --git a/construct.yaml b/construct.yaml index 388f862..96ade00 100644 --- a/construct.yaml +++ b/construct.yaml @@ -1,5 +1,5 @@ name: autoconda -version: 1.0 +version: 1.1 install_in_dependency_order: true @@ -14,6 +14,10 @@ specs: - python 2.7* - conda - ansible + - testinfra + - molecule + - pywinrm + - docker-py - awscli - fabric - robotframework