From 702f1db6741b2ba040837199e8af24bf761db79c Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Fri, 21 Feb 2020 14:52:02 +0530 Subject: [PATCH] Add tripleo-common and other client libraries to requirements We've started using tripleo-common and other client libraries in custom ansible modules. Should be there in requirements. Change-Id: Ib47f5a597f613f1a7638a9c16e8eb4eb7d7de369 --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index e1cf1404f..b7d6256cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,6 @@ pbr>=1.6 paunch>=5.1.0 # Apache-2.0 +tripleo-common>=11.3.1 # Apache-2.0 +python-glanceclient>=2.8.0 # Apache-2.0 +python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0,<4.0.0;python_version=='2.7' # Apache-2.0 +python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0;python_version>='3.6' # Apache-2.0