Merge "Merge with OpenStack requirements"
This commit is contained in:
commit
baeef872fd
@ -1,20 +1,19 @@
|
|||||||
d2to1>=0.2.10,<0.3
|
d2to1>=0.2.10,<0.3
|
||||||
pbr>=0.5,<0.6
|
pbr>=0.5.16,<0.6
|
||||||
|
|
||||||
# Horizon Core Requirements
|
# Horizon Core Requirements
|
||||||
Django>=1.4,<1.6
|
django>=1.4,<1.6
|
||||||
django_compressor>=1.3
|
django_compressor>=1.3
|
||||||
django_openstack_auth>=1.0.8
|
django_openstack_auth>=1.0.11
|
||||||
iso8601>=0.1.4
|
iso8601>=0.1.4
|
||||||
netaddr
|
netaddr
|
||||||
python-cinderclient>=1.0.2,<2.0.0
|
python-cinderclient>=1.0.4,<2
|
||||||
python-glanceclient<2
|
python-glanceclient>=0.9.0,<2
|
||||||
python-heatclient>=0.2.2
|
python-heatclient>=0.2.2
|
||||||
python-keystoneclient>=0.2,<0.3
|
python-keystoneclient>=0.2,<0.3
|
||||||
python-novaclient>=2.12.0,<3
|
python-novaclient>=2.12.0,<3
|
||||||
python-quantumclient>=2.2.0,<3.0.0
|
python-quantumclient>=2.2.0,<3.0.0
|
||||||
python-swiftclient>1.1,<2
|
python-swiftclient>=1.2,<2
|
||||||
pytz
|
pytz
|
||||||
|
|
||||||
# Horizon Utility Requirements
|
# Horizon Utility Requirements
|
||||||
lockfile # for SECURE_KEY generation
|
# for SECURE_KEY generation
|
||||||
|
lockfile>=0.8
|
||||||
|
@ -3,18 +3,17 @@ pep8==1.4.5
|
|||||||
pyflakes==0.7.2
|
pyflakes==0.7.2
|
||||||
flake8==2.0
|
flake8==2.0
|
||||||
hacking>=0.5.3,<0.6
|
hacking>=0.5.3,<0.6
|
||||||
|
|
||||||
# Testing Requirements
|
# Testing Requirements
|
||||||
coverage
|
coverage>=3.6
|
||||||
django-nose
|
django-nose
|
||||||
mox
|
mox>=0.5.3
|
||||||
nose
|
nose
|
||||||
nose-exclude
|
nose-exclude
|
||||||
nosexcover
|
nosexcover
|
||||||
openstack.nose_plugin
|
openstack.nose_plugin>=0.7
|
||||||
nosehtmloutput
|
nosehtmloutput>=0.0.3
|
||||||
selenium
|
selenium
|
||||||
|
|
||||||
# Docs Requirements
|
# Docs Requirements
|
||||||
sphinx
|
sphinx>=1.1.2
|
||||||
docutils==0.9.1 # for bug 1091333, remove after sphinx >1.1.3 is released.
|
# for bug 1091333, remove after sphinx >1.1.3 is released.
|
||||||
|
docutils==0.9.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user