Updated from global requirements

Change-Id: Ie3078b99f9d11bc9d8d04de0d55d9d929b1e46fb
This commit is contained in:
OpenStack Proposal Bot
2015-06-22 08:26:57 +00:00
parent 81864be008
commit b3198a77c0
3 changed files with 7 additions and 8 deletions

View File

@@ -5,4 +5,4 @@
argparse
netaddr>=0.7.12
six>=1.9.0
stevedore>=1.5.0 # Apache-2.0
stevedore>=1.5.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

@@ -2,15 +2,15 @@
# 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
hacking<0.11,>=0.10.0
discover
fixtures>=0.3.14
python-subunit>=0.0.18
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
oslotest>=1.5.1 # Apache-2.0
testtools>=1.4.0
oslotest>=1.5.1 # Apache-2.0
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
@@ -18,11 +18,11 @@ oslotest>=1.5.1 # Apache-2.0
coverage>=3.6
# this is required for the docs build jobs
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
oslosphinx>=2.5.0 # Apache-2.0
# Required only for tests
oslo.i18n>=1.5.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
# mocking framework
mock>=1.0