From 8fa68c6f44fdbda7402a9f415e9547d13f927f24 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 10 Dec 2013 22:23:02 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I169d7dfca9cad4bac40152cf83756adade3204a8 --- requirements.txt | 4 ++-- setup.py | 2 +- test-requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index cdd6f62d2..dd9135892 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pbr>=0.5.21,<1.0 -Babel>=0.9.6 +Babel>=1.3 oslo.config>=1.2.0 -iso8601 +iso8601>=0.1.8 pecan>=0.2.0 six>=1.4.1 SQLAlchemy>=0.7.8,<=0.7.99 diff --git a/setup.py b/setup.py index 2a0786a8b..70c2b3f32 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ import setuptools setuptools.setup( - setup_requires=['pbr>=0.5.21,<1.0'], + setup_requires=['pbr'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index 3a331bf11..1df6eb1a6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,13 +4,13 @@ coverage>=3.6 discover fixtures>=0.3.14 python-subunit -sphinx>=1.1.2 +sphinx>=1.1.2,<1.2 oslo.sphinx sphinxcontrib-pecanwsme>=0.5 sphinxcontrib-httpdomain docutils==0.9.1 testrepository>=0.0.17 -testscenarios>=0.4,<0.5 +testscenarios>=0.4 testtools>=0.9.32 mock>=1.0 requests>=1.1