Updated from global requirements
Change-Id: Id48628bfa17ac438761ebf2d08bd2ddb058d839f
This commit is contained in:
parent
8d6fcd819c
commit
8bb74b1f37
@ -2,5 +2,5 @@
|
|||||||
# of appearance. Changing the order has an impact on the overall integration
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
pbr>=1.6 # Apache-2.0
|
pbr>=1.8 # Apache-2.0
|
||||||
python-ironicclient>=1.1.0 # Apache-2.0
|
python-ironicclient>=1.6.0 # Apache-2.0
|
||||||
|
2
setup.py
2
setup.py
@ -1,6 +1,4 @@
|
|||||||
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
|
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
|
||||||
# Copyright (c) 2016 Hewlett Packard Enterprise Development Company LP
|
|
||||||
# Copyright (c) 2016 Cray Inc.
|
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
# Require Horizon
|
# Require Horizon
|
||||||
-e git://github.com/openstack/horizon.git#egg=horizon
|
-e git://github.com/openstack/horizon.git#egg=horizon
|
||||||
|
|
||||||
hacking>=0.10.2,<0.11 # Apache-2.0
|
hacking<0.11,>=0.10.2 # Apache-2.0
|
||||||
|
|
||||||
coverage>=3.6 # Apache-2.0
|
coverage>=4.0 # Apache-2.0
|
||||||
django-nose>=1.2 # BSD
|
django-nose>=1.4.4 # BSD
|
||||||
python-subunit>=0.0.18 # Apache-2.0/BSD
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
||||||
oslotest>=1.10.0 # Apache-2.0
|
oslotest>=1.10.0 # Apache-2.0
|
||||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||||
@ -16,6 +16,6 @@ testscenarios>=0.4 # Apache-2.0/BSD
|
|||||||
testtools>=1.4.0 # MIT
|
testtools>=1.4.0 # MIT
|
||||||
|
|
||||||
# this is required for the docs build jobs
|
# this is required for the docs build jobs
|
||||||
sphinx>=1.2.1,!=1.3b1,<1.3 # BSD
|
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
|
||||||
oslosphinx>=2.5.0,!=3.4.0 # Apache-2.0
|
oslosphinx>=4.7.0 # Apache-2.0
|
||||||
reno>=1.8.0 # Apache2
|
reno>=1.8.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user