Updated from global requirements
Change-Id: Ic1dbd51b9b406e6b0f92093b04ae7faa739a426c
This commit is contained in:
parent
973223f873
commit
264ee2224f
@ -2,12 +2,12 @@
|
|||||||
# 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,<2.0
|
pbr>=1.6
|
||||||
# Horizon Core Requirements
|
# Horizon Core Requirements
|
||||||
Babel>=1.3
|
Babel>=1.3
|
||||||
Django>=1.7,<1.9
|
Django<1.9,>=1.7
|
||||||
django_compressor>=1.4
|
django-compressor>=1.4
|
||||||
django_openstack_auth>=1.4.0
|
django-openstack-auth>=2.0.0
|
||||||
iso8601>=0.1.9
|
iso8601>=0.1.9
|
||||||
python-keystoneclient>=1.6.0
|
python-keystoneclient!=1.8.0,>=1.6.0
|
||||||
python-manilaclient>=1.3.0
|
python-manilaclient>=1.3.0
|
||||||
|
3
setup.py
3
setup.py
@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
|
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
@ -26,5 +25,5 @@ except ImportError:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=['pbr'],
|
setup_requires=['pbr>=1.8'],
|
||||||
pbr=True)
|
pbr=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user