Updated from global requirements
Change-Id: I94fcbf60b7931d151373b7cf3250d7c527ea7ffc
This commit is contained in:
parent
67a08ee273
commit
e0178fef46
@ -2,12 +2,12 @@
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
pbr>=1.6
|
||||
pbr>=1.6 # Apache-2.0
|
||||
# Horizon Core Requirements
|
||||
Babel>=1.3
|
||||
Django<1.9,>=1.8
|
||||
django-compressor>=1.4
|
||||
django-openstack-auth>=2.0.0
|
||||
iso8601>=0.1.9
|
||||
python-mistralclient>=1.0.0
|
||||
PyYAML>=3.1.0
|
||||
Babel>=1.3 # BSD
|
||||
Django<1.9,>=1.8 # BSD
|
||||
django-compressor>=1.4 # MIT
|
||||
django-openstack-auth>=2.0.0 # Apache-2.0
|
||||
iso8601>=0.1.9 # MIT
|
||||
python-mistralclient>=1.0.0 # Apache-2.0
|
||||
PyYAML>=3.1.0 # MIT
|
||||
|
@ -6,19 +6,19 @@ hacking<0.11,>=0.10.0
|
||||
# Testing Requirements
|
||||
http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
|
||||
|
||||
coverage>=3.6
|
||||
django-nose>=1.2
|
||||
mock>=1.2
|
||||
mox>=0.5.3
|
||||
mox3>=0.7.0
|
||||
nodeenv>=0.9.4 # BSD License
|
||||
nose
|
||||
nose-exclude
|
||||
nosexcover
|
||||
openstack.nose-plugin>=0.7
|
||||
nosehtmloutput>=0.0.3
|
||||
selenium
|
||||
coverage>=3.6 # Apache-2.0
|
||||
django-nose>=1.2 # BSD
|
||||
mock>=1.2 # BSD
|
||||
mox>=0.5.3 # Apache-2.0
|
||||
mox3>=0.7.0 # Apache-2.0
|
||||
nodeenv>=0.9.4 # BSD License # BSD
|
||||
nose # LGPL
|
||||
nose-exclude # LGPL
|
||||
nosexcover # BSD
|
||||
openstack.nose-plugin>=0.7 # Apache-2.0
|
||||
nosehtmloutput>=0.0.3 # Apache-2.0
|
||||
selenium # Apache-2.0
|
||||
xvfbwrapper>=0.1.3 #license: MIT
|
||||
# Docs 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user