# Development dependencies for Python testing

# BDD testing framework (Python's cucumber)
behave>=1.2.6

# Testing utilities
pytest>=7.4.0
pytest-cov>=4.1.0

# Development tools
black>=23.0.0
ruff>=0.1.0

# Our package (install in editable mode with: pip install -e .)
# nxcypher-networkit
