6014afd6c1
Enable Unit Test add additional tooling to support running tests and building virtual environments to mirror what is done in horizon. Partially implements blueprint mistral-enrich-dashboard Change-Id: I15b2b28a3a30e8c2ead3b2f68bf2986becbe7914
14 lines
399 B
Plaintext
14 lines
399 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>=0.6,!=0.7,<1.0
|
|
# Horizon Core Requirements
|
|
Babel>=1.3
|
|
Django>=1.4.2,<1.8
|
|
django_compressor>=1.4
|
|
django_openstack_auth>=1.1.7,!=1.1.8
|
|
iso8601>=0.1.9
|
|
python-mistralclient
|
|
PyYAML>=3.1.0
|