Updated from global requirements

Change-Id: I4f26d3a8790c799e5c1f7f81031406e0c57545f9

Change-Id: Ica7315effe308bd739e90f885849fac27a3c542b
This commit is contained in:
OpenStack Jenkins 2013-10-10 20:26:37 +00:00
parent 4a507601d7
commit 82622357cd
3 changed files with 7 additions and 7 deletions

View File

@ -3,5 +3,5 @@ argparse
PrettyTable>=0.6,<0.8
requests>=1.1
simplejson>=2.0.9
Babel>=0.9.6
six
Babel>=1.3
six>=1.4.1

View File

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

View File

@ -1,12 +1,12 @@
# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5
pyflakes==0.7.2
pyflakes>=0.7.2,<0.7.4
flake8==2.0
hacking>=0.5.6,<0.7
hacking>=0.5.6,<0.8
coverage>=3.6
discover
fixtures>=0.3.12
mock>=0.8.0
fixtures>=0.3.14
mock>=1.0
python-subunit
sphinx>=1.1.2
testtools>=0.9.32