c72296e5e1
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
10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr>=1.6
|
|
oslo.log>=3.30.0 # Apache-2.0
|
|
python-swiftclient>=2.2.0
|
|
python-troveclient>=1.2.0
|
|
horizon>=13.0.0 # Apache-2.0
|