# No external dependencies required
# All functionality uses Python standard library

# For running tests:
pytest>=6.0.0
pytest-asyncio>=0.18.0

# Optional for development:
# black>=21.0.0  # For code formatting
# mypy>=0.900    # For type checking
# pytest-cov>=2.12.0  # For coverage reports
