# Development and testing requirements for Qubinode collection
# This file includes additional tools for development workflows

# Include base requirements
-r requirements.txt

# Additional development tools
pre-commit>=2.15.0
pytest>=6.0.0
pytest-ansible
testinfra

# Security tools for CI/CD
bandit>=1.7.0
safety>=2.0.0

# Container testing (Podman specific)
molecule-podman

# Documentation generation
sphinx
sphinx-rtd-theme

# Linting and formatting
black
isort
flake8

# Version management
bump2version

# Build tools
build
twine
