Updated from global requirements

Change-Id: Ibfc6fad74f732d96fb5a1611c0ef3ddfb336ad16
This commit is contained in:
OpenStack Proposal Bot 2016-01-16 03:25:08 +00:00
parent ee4938d92c
commit 73e89d2625
1 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,11 @@
nose
coverage>=3.6
mock>=1.2
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
nose # LGPL
coverage>=3.6 # Apache-2.0
mock>=1.2 # BSD
# Doc requirements
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
reno>=0.1.1 # Apache2