# Module deps, useful for editor intellisense, etc.
ansible-core==2.13.3

# Linting & Formatting
ansible-lint==6.4.0
pylint==2.14.5
autopep8==1.7.0
pre-commit==2.20.0

# Testing
tox==3.25.1

# Utility packages needed for scripts
pyyaml==6.0.0
packaging==21.3
