From 5539216ca2f6bdd5f8b512931e6158f353b86da7 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 24 Sep 2013 21:22:10 +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 21558f5e2e..411f7fcef6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,6 @@ iso8601 jsonschema>=1.3.0,!=1.4.0 Jinja2 pexpect --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 mysql-python Babel>=0.9.6