From 7238bbea2f97ecbb31feed71007302dd2535ea35 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 21 Jan 2017 13:03:38 +0200 Subject: [PATCH] - Replace Fabric (which is Python2 only) with Fabric3 (which supports Python3 as well as Python2). --- pkgs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs.yml b/pkgs.yml index 820395c..befa513 100644 --- a/pkgs.yml +++ b/pkgs.yml @@ -149,7 +149,6 @@ - boto - boto3 - docker-py - - Fabric - hashlib - molecule - netaddr @@ -160,6 +159,7 @@ - awscli - awslogs - docker-compose + - Fabric3 - flake8 - kappa - parse -- GitLab