Cleanup requirements
https://review.openstack.org/#/c/567830/ turns out that trove-dashboard has horizon dependecies explicitly in requirements.txt even if trove-dashboard does not use directly. It makes the maintenance of requirements complicated, so it would be better to drop them. Change-Id: I8e1e6f4b5c4172df56a698a9091f1e98e9f6b6b8
This commit is contained in:
parent
9ade6598b3
commit
c72296e5e1
@ -3,13 +3,7 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
pbr>=1.6
|
pbr>=1.6
|
||||||
# Horizon Core Requirements
|
|
||||||
Babel>=1.3
|
|
||||||
Django<1.9,>=1.8
|
|
||||||
django-compressor>=1.4
|
|
||||||
iso8601>=0.1.9
|
|
||||||
oslo.log>=3.30.0 # Apache-2.0
|
oslo.log>=3.30.0 # Apache-2.0
|
||||||
python-keystoneclient!=1.8.0,>=1.6.0
|
|
||||||
python-swiftclient>=2.2.0
|
python-swiftclient>=2.2.0
|
||||||
python-troveclient>=1.2.0
|
python-troveclient>=1.2.0
|
||||||
horizon>=13.0.0 # Apache-2.0
|
horizon>=13.0.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user