# 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

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