cloudbase-init/test-requirements.txt
Adrian Vladu 493e57c195 Add support for jinja as userdata template engine
If the userdata starts with the text '## template:jinja',
Jinja2 templating engine will be used to render that
userdata.

This feature leverages the get_instance_data metadata
service implementation and tries to be as close as possible
with the cloud-init's implementation.

Change-Id: I79cb0066f7d65ae27867ac01b443e9be432b4dc3
2020-01-21 14:36:16 +02:00

14 lines
243 B
Plaintext

hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
coverage>=3.6
fixtures>=0.3.14
mock>=1.0
sphinx
oslosphinx
testtools>=0.9.32
testrepository>=0.0.18
stestr>=2.0.0
openstackdocstheme>=1.11.0 # Apache-2.0
# releasenotes
reno>=1.8.0 # Apache-2.0
ddt