From b27ad110c46ef8e183d3fdd0c88729f7e85b8691 Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Thu, 2 Feb 2017 12:29:17 +0400 Subject: [PATCH] Drop unused requirements from ostf We are not using this libraries in ostf directly so its time to get rid of them Change-Id: Id11092e026bcdd4faf5c2e63cd2b4f30a00fe4f4 --- requirements.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 49ed04b1..a739d571 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,3 @@ -oslo.config>=3.14.0 # Apache-2.0 - aodhclient>=0.5.0 # Apache-2.0 python-cinderclient>=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0 python-ceilometerclient>=2.5.0 # Apache-2.0 @@ -11,7 +9,6 @@ python-heatclient>=1.4.0 # Apache-2.0 python-glanceclient>=2.3.0,!=2.4.0 # Apache-2.0 python-saharaclient>=0.18.0 # Apache-2.0 -Babel>=2.3.4 # BSD paramiko>=2.0 # LGPLv2.1+ pbr>=1.6 # Apache-2.0 requests>=2.10.0 # Apache-2.0 @@ -21,11 +18,9 @@ testresources>=0.2.4 # Apache-2.0/BSD nose # LGPL SQLAlchemy>=1.0.10,<1.1.0 # MIT alembic>=0.8.4 # MIT -amqp>=1.4.0,<2.0 # LGPL -anyjson>=0.3.3 # BSD gevent keystonemiddleware>=4.0.0,!=4.1.0,!=4.5.0 # Apache-2.0 -kombu>=3.0.25,<4.0.0 # BSD +oslo.config>=3.14.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=3.16.0 # Apache-2.0 pecan>=1.0.0,!=1.0.2,!=1.0.3,!=1.0.4 # BSD