Updated from global requirements

Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6
This commit is contained in:
Monty Taylor 2013-08-07 18:55:28 -03:00
parent fe31607d1b
commit ce08598a69
3 changed files with 3 additions and 7 deletions

View File

@ -1,4 +1,4 @@
pbr>=0.5.16,<0.6 pbr>=0.5.21,<1.0
argparse argparse
iso8601>=0.1.4 iso8601>=0.1.4
PrettyTable>=0.6,<0.8 PrettyTable>=0.6,<0.8

View File

@ -18,5 +18,5 @@
import setuptools import setuptools
setuptools.setup( setuptools.setup(
setup_requires=['pbr>=0.5.20'], setup_requires=['pbr>=0.5.21,<1.0'],
pbr=True) pbr=True)

View File

@ -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 hacking>=0.5.6,<0.7
coverage>=3.6 coverage>=3.6
discover discover
fixtures>=0.3.12 fixtures>=0.3.12
keyring keyring>=1.6.1
mock>=0.8.0 mock>=0.8.0
sphinx>=1.1.2 sphinx>=1.1.2
testrepository>=0.0.17 testrepository>=0.0.17