Updated from global requirements

Change-Id: I5dff4bb6ab3e959c393fa18c562bc1e2139878cc
This commit is contained in:
OpenStack Proposal Bot 2015-06-22 08:26:59 +00:00
parent d0c6f2ea97
commit dc4e7b10fe
3 changed files with 5 additions and 6 deletions

View File

@ -2,5 +2,5 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=0.11,<2.0
pbr<2.0,>=0.11
Babel>=1.3

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

@ -2,10 +2,10 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=0.10.0,<0.11
oslotest>=1.5.1 # Apache-2.0
hacking<0.11,>=0.10.0
oslotest>=1.5.1 # Apache-2.0
coverage>=3.6
# These are needed for docs generation
oslosphinx>=2.5.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
oslosphinx>=2.5.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2