Files @ befde126d803
Branch filter:

Location: majic-ansible-roles/requirements.in

branko
MAR-218: Updated project requirements for Python virtual environment:

- Switch to using Python 3.11 as the basis.
- Pin Ansible and test framework to latest available/supported
versions.
- Drop the workarounds used for older package versions.
- Group the requirements according to their use within the project.
# Ansible and role runtime.
ansible~=10.3
netaddr
python-ldap

# Development and testing.
ansible-lint
defusedxml
gimmecert
molecule[testinfra]~=24.8.0
molecule-plugins[vagrant]~=23.5.0
paramiko

# Documentation.
sphinx
sphinx-rtd-theme

# Python virtualenv management.
pip
pip-tools
setuptools