# Test dependencies for graph_elements
# This project uses UV - run `uv sync` to install dependencies
# This file is maintained for CI/CD compatibility

# Core testing framework
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0

# Coverage reporting
coverage[toml]>=7.0.0

# Code quality tools
ruff>=0.1.0
black>=23.0.0
isort>=5.12.0
mypy>=1.0.0

# Development tools
pre-commit>=3.0.0
build>=1.0.0
twine>=4.0.0

# Security scanning (used in CI)
bandit>=1.7.0
safety>=2.0.0