From ce08598a69b7bb20c8e937e7fe8aed3b65e72919 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 7 Aug 2013 18:55:28 -0300 Subject: [PATCH] Updated from global requirements Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6 --- requirements.txt | 2 +- setup.py | 2 +- test-requirements.txt | 6 +----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 964b63d4b..38ff003fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pbr>=0.5.16,<0.6 +pbr>=0.5.21,<1.0 argparse iso8601>=0.1.4 PrettyTable>=0.6,<0.8 diff --git a/setup.py b/setup.py index 15f4e9d54..2a0786a8b 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ import setuptools setuptools.setup( - setup_requires=['pbr>=0.5.20'], + setup_requires=['pbr>=0.5.21,<1.0'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index 4af426dc8..dcf5afb8e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,13 +1,9 @@ -# Install bounded pep8/pyflakes first, then let flake8 install -pep8==1.4.5 -pyflakes==0.7.2 -flake8==2.0 hacking>=0.5.6,<0.7 coverage>=3.6 discover fixtures>=0.3.12 -keyring +keyring>=1.6.1 mock>=0.8.0 sphinx>=1.1.2 testrepository>=0.0.17