From 62b1dd45ea63afe2d7cfab9554c957013d694282 Mon Sep 17 00:00:00 2001 From: Anusha Ramineni Date: Wed, 5 Apr 2017 10:49:40 +0530 Subject: [PATCH] Move monascaclient to requirements.txt python-monascaclient is added to global-requirements. so, can be moved to requirements.txt Change-Id: I6bf5a14f155cea00d4408767b6024f8404b1753f --- requirements.txt | 1 + thirdparty-requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4aa6e4a16..cca5530c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,7 @@ pbr>=1.8 # Apache-2.0 aodhclient>=0.7.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-heatclient>=1.6.1 # Apache-2.0 +python-monascaclient>=1.1.0 # Apache-2.0 python-muranoclient>=0.8.2 # Apache-2.0 python-novaclient!=7.0.0,>=6.0.0 # Apache-2.0 python-neutronclient>=5.1.0 # Apache-2.0 diff --git a/thirdparty-requirements.txt b/thirdparty-requirements.txt index bda731539..648af028f 100644 --- a/thirdparty-requirements.txt +++ b/thirdparty-requirements.txt @@ -1,4 +1,3 @@ # This file contains a list of optional requirements that are not in the # official global-requirements.txt python-cloudfoundryclient>=1.0.2 -python-monascaclient>=1.0.27 # Apache-2.0