feat(phase-4a): backend skeleton, auth, health, tests

This commit is contained in:
CRM Bot
2026-06-03 20:52:01 +00:00
commit 955607f730
39 changed files with 2709 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# CRM System v1.0 - Development / Test Dependencies
# Test framework
pytest>=8.0
pytest-asyncio>=0.23
pytest-cov>=4.1
httpx>=0.27
# Linting / Type-Check (Phase 7)
ruff>=0.4
mypy>=1.10
# Coverage reporting
coverage[toml]>=7.4