Ocata sync

Change-Id: If7ad07bacd3f789f260c65e12412768d514feeb2
This commit is contained in:
Sumit Naiksatam 2017-07-12 17:07:36 -07:00
parent 0dc6c63fe3
commit 739852105a
1 changed files with 8 additions and 8 deletions

View File

@ -8,24 +8,24 @@
# #
# Hacking should appear first in case something else depends on pep8 # Hacking should appear first in case something else depends on pep8
-e git://github.com/openstack/horizon.git@stable/newton#egg=horizon -e git://github.com/openstack/horizon.git@stable/ocata#egg=horizon
hacking<0.11,>=0.10.0 hacking<0.11,>=0.10.0
# #
coverage>=3.6 # Apache-2.0 coverage>=4.0 # Apache-2.0
django-nose>=1.4.4 # BSD django-nose>=1.4.4 # BSD
mock>=2.0 # BSD mock>=2.0 # BSD
mox3>=0.7.0 # Apache-2.0 mox3!=0.19.0,>=0.7.0 # Apache-2.0
nodeenv>=0.9.4 # BSD License # BSD nodeenv>=0.9.4 # BSD
nose # LGPL nose # LGPL
nose-exclude # LGPL nose-exclude # LGPL
nosehtmloutput>=0.0.3 # Apache-2.0 nosehtmloutput>=0.0.3 # Apache-2.0
nosexcover # BSD nosexcover # BSD
openstack.nose-plugin>=0.7 # Apache-2.0 openstack.nose-plugin>=0.7 # Apache-2.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslosphinx>=4.7.0 # Apache-2.0
reno>=1.8.0 # Apache2 reno>=1.8.0 # Apache-2.0
requests>=2.10.0 # Apache-2.0 requests!=2.12.2,>=2.10.0 # Apache-2.0
selenium>=2.50.1 # Apache-2.0 selenium>=2.50.1 # Apache-2.0
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
testtools>=1.4.0 # MIT testtools>=1.4.0 # MIT
# This also needs xvfb library installed on your OS # This also needs xvfb library installed on your OS
xvfbwrapper>=0.1.3 #license: MIT xvfbwrapper>=0.1.3 #license: MIT