# ──────────────────────────────────────────────────────────
#  fixos – zależności developerskie / testowe
#  Instalacja: pip install -r requirements-dev.txt
# ──────────────────────────────────────────────────────────
-r requirements.txt

# Testy
pytest>=7.4.0
pytest-mock>=3.12.0
pytest-cov>=4.1.0

# Linting / formatowanie (opcjonalne)
ruff>=0.4.0
black>=24.0.0
