dbb069fe0a
This patch relaxes the Jinja2 constraint since they recently released the 3.0.1 and this latter is in the upper-constraints. Related-Bug: #1929420 Change-Id: I55bd4ad75a925e5bdcb13b235dd2ee6f756ab318 Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
# this is required for the molecule jobs
|
|
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 # GPLv3+
|
|
ansi2html # LGPLv3+
|
|
jinja2>=2.8.0 # BSD-3-Clause
|
|
mock # BSD
|
|
molecule>=3.0,<3.1 # MIT
|
|
pytest # MIT
|
|
pytest-cov # MIT
|
|
pytest-html # Mozilla Public License 2.0
|
|
pytest-xdist # MIT
|
|
selinux # MIT
|