Merge "Add Jinja2 to requirements file."

This commit is contained in:
Zuul 2019-04-25 16:29:04 +00:00 committed by Gerrit Code Review
commit 40b0173ba4
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,3 @@
ansible>=2.4.0 # GPLv3
os-faults>=0.1.18 # Apache-2.0
cryptography<=2.2.2 # Apache-2.0
Jinja2>=2.8.0 # BSD

View File

@ -1,7 +1,8 @@
# Tobiko framework requirements
fixtures>=3.0.0 # Apache-2.0/BSD
keystoneauth1>=>=3.4.0 # Apache-2.0
keystoneauth1>=3.4.0 # Apache-2.0
Jinja2>=2.8.0 # BSD
netaddr>=0.7.18 # BSD
neutron-lib>=1.25.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0