From d9a874ffcbcb363585df032bffc5e3cc5c1b39c8 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 24 Sep 2013 21:32:00 +0100 Subject: [PATCH] Require oslo.config 1.2.0 final Now that 1.2.0 has been released, require it rather than on of the beta release tarballs. Closes-Bug: #1182861 Change-Id: I75ffc4a572d14488d19491a38742d6920951c171 --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ef69eada6..9be8aff18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,6 @@ PrettyTable>=0.6,<0.8 requests>=1.1 simplejson>=2.0.9 six --f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3 -oslo.config>=1.2.0a3 +oslo.config>=1.2.0 netaddr Babel>=0.9.6