# N8N Workflow Manager - Python Dependencies
# Core dependencies
click>=8.0.0
requests>=2.28.0
pydantic>=2.0.0
rich>=13.0.0

# Database
# sqlite3 - Built into Python standard library


# Development dependencies
pytest>=7.0.0
black>=22.0.0
flake8>=4.0.0
mypy>=1.0.0

# Code analysis tools
radon>=6.0.0
vulture>=2.10
rope>=1.12.0

# Optional: Enhanced features
python-dateutil>=2.8.0
tabulate>=0.9.0
colorama>=0.4.0

# Script sync dependencies
gitpython>=3.1.0

# Type stubs
paramiko>=3.0.0
