From c779550fac2acdf220a3279d6e61031153147241 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 25 Sep 2013 12:17:08 -0400 Subject: [PATCH] Partial sync with OpenStack requirements. Where we're using the same libraries as OpenStack, sync with the OpenStack versions. Just to be nice. Change-Id: I8e90d2a8945d62e962b813c6396f0e7db4e14222 --- requirements.txt | 8 ++++---- setup.py | 1 + test-requirements.txt | 12 ++++++------ 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0481dcc80d..7b43b96076 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ pbr>=0.5.21,<1.0 argparse -PyYAML python-jenkins +PyYAML>=3.1.0 Paste -WebOb -paramiko +WebOb>=1.2.3,<1.3 +paramiko>=1.8.0 GitPython>=0.3.2.RC1 -lockfile +lockfile>=0.8 ordereddict python-daemon extras diff --git a/setup.py b/setup.py index c0a24eab2a..70c2b3f32b 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT import setuptools setuptools.setup( diff --git a/test-requirements.txt b/test-requirements.txt index b3e6e2cad8..b220203ee9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +1,10 @@ -hacking>=0.5.3,<0.6 +hacking>=0.5.6,<0.8 -coverage -sphinx +coverage>=3.6 +sphinx>=1.1.2 docutils==0.9.1 discover -fixtures>=0.3.12 +fixtures>=0.3.14 python-subunit -testrepository>=0.0.13 -testtools>=0.9.27 +testrepository>=0.0.17 +testtools>=0.9.32