From 38fcbbd88cb202ca6c83c6ae808d17755881ed17 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Mon, 2 Dec 2013 14:23:35 -0500 Subject: [PATCH] Update Python package requirements With the switch to oslo.logging, the logstash logging option was removed, so no need for python-logstash. We can also get by with Babel>=0.9.6 which is readily available with the default python-babel Ubuntu package. 1.3 is very new and not yet available in PPAs, so no need to complicate our requirements. Change-Id: I42c285a9084feb5c603c7f97136f87a88af38846 --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0f04ef20..5895e278 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,10 @@ pbr>=0.5.21,<1.0 -Babel>=1.3 +Babel>=0.9.6 eventlet gearman>=2.0.2 oslo.config>=1.2.0 python-daemon>=1.6 -python-logstash python_novaclient>=2.14.1,<2.14.2 python_swiftclient>=1.3.0 requests>=1.0.0