From a9145767e857ea1d0ebe7115b0a0a760748bc3e5 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 24 Sep 2013 21:28:43 +0100 Subject: [PATCH] Require oslo.config 1.2.0 final Now that 1.2.0 has been released, require it rather than one 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 6c6aaa1f5..470a539bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,6 +24,5 @@ requests>=1.1 six WSME>=0.5b5 PyYAML>=3.1.0 --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 happybase>=0.4