chore: Add requirements.txt for ansible-test units

Add the requirements.txt with requirements needed by ansible-test units.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-04-16 18:17:37 +02:00
parent b6c061fb9a
commit ee7f99267c
2 changed files with 10 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
# This file is required by tox-ansible
# No additional requirements at this moment
# Have a look at /requirements.txt and /test-requirements.txt

View File

@@ -0,0 +1,9 @@
# This file is required by ansible-test units
jinja2
jsonpatch
kubernetes>=28.1.0
PyYAML>=3.11
addict
pytest
pytest-mock
pytest-xdist