From 93ec3bc14bfe120f474cdb5cadfb73416a1154a3 Mon Sep 17 00:00:00 2001 From: Naga Ravi Chaitanya Elluri Date: Fri, 9 Apr 2021 14:07:26 -0400 Subject: [PATCH] Fix dependency issues This commit installs setuptools and tox as part of the requirements. --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index f0011a49..e947263a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,3 +13,5 @@ oauth2client>=4.1.3 python-openstackclient gitpython paramiko +setuptools +tox