Updated from global requirements

Change-Id: I45b7ddfc25a0ab534c5df7650bf01fa5bad06dd5
This commit is contained in:
OpenStack Proposal Bot 2017-11-13 21:12:38 +00:00
parent 0de9f299da
commit 2f0626582a
2 changed files with 9 additions and 9 deletions

View File

@ -7,6 +7,6 @@
# be installed in a specific order.
#
# PBR should always appear first
pbr>=2.0.0 # Apache-2.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0
reno>=1.8.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0

View File

@ -10,19 +10,19 @@ http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
# Hacking should appear first in case something else depends on pep8
hacking<0.11,>=0.10.0
#
coverage>=4.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
django-nose>=1.4.4 # BSD
flake8<2.6.0,>=2.5.4 # MIT
mock>=2.0 # BSD
mox3!=0.19.0,>=0.7.0 # Apache-2.0
nose # LGPL
nose-exclude # LGPL
mock>=2.0.0 # BSD
mox3>=0.20.0 # Apache-2.0
nose>=1.3.7 # LGPL
nose-exclude>=0.3.0 # LGPL
nosehtmloutput>=0.0.3 # Apache-2.0
nosexcover # BSD
nosexcover>=1.0.10 # BSD
openstack.nose-plugin>=0.7 # Apache-2.0
oslosphinx>=4.7.0 # Apache-2.0
selenium>=2.50.1 # Apache-2.0
sphinx>=1.5.1 # BSD
sphinx>=1.6.2 # BSD
testtools>=1.4.0 # MIT
# This also needs xvfb library installed on your OS
xvfbwrapper>=0.1.3 #license: MIT