diff options
Diffstat (limited to 'test/integration/targets/template_jinja2_latest/requirements.txt')
-rw-r--r-- | test/integration/targets/template_jinja2_latest/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/template_jinja2_latest/requirements.txt b/test/integration/targets/template_jinja2_latest/requirements.txt new file mode 100644 index 00000000..49a806fb --- /dev/null +++ b/test/integration/targets/template_jinja2_latest/requirements.txt @@ -0,0 +1,2 @@ +jinja2 < 2.11 ; python_version < '2.7' # jinja2 2.11 and later require python 2.7 or later +jinja2 ; python_version >= '2.7' |