# tkgis development and testing dependencies
# Install: pip install -r requirements-dev.txt
-r requirements.txt

# --- Testing ---
pytest>=7.0
pytest-cov>=4.0

# --- Linting / formatting ---
ruff>=0.4.0

# --- Type checking ---
mypy>=1.8.0
