tripleo-heat-templates/test-requirements.txt
Steven Hardy 3af65ff574 Fix error path for tools/process-templates.py
The error path for this fails because we don't import six
or install it in the templates tox venv

Change-Id: Ie9f46332f2b03d48a1b0a4a432e9721757833569
2017-01-11 11:47:11 +00:00

7 lines
285 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.
PyYAML>=3.10.0 # MIT
Jinja2>=2.8 # BSD License (3 clause)
six>=1.9.0 # MIT