Updated from global requirements

Change-Id: I9b0d8338be3ac1b6e123e2c9bf8fd733c9fba745
This commit is contained in:
OpenStack Proposal Bot 2015-06-22 08:27:43 +00:00
parent 4b193e1171
commit c7a05f6ff0
3 changed files with 11 additions and 12 deletions

View File

@ -3,10 +3,10 @@
# process, which may cause wedges in the gate later.
Babel>=1.3
pbr>=0.11,<2.0
pbr<2.0,>=0.11
argparse
iso8601>=0.1.9
PrettyTable>=0.7,<0.8
PrettyTable<0.8,>=0.7
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.10.0,<0.11
hacking<0.11,>=0.10.0
coverage>=3.6
discover
fixtures>=0.3.14
@ -12,8 +12,8 @@ mock>=1.0
mox3>=0.7.0
oslosphinx>=2.5.0 # Apache-2.0
oslotest>=1.5.1 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
tempest-lib>=0.5.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
testtools>=1.4.0