feat: add pydantic, pytest, and optional web dependencies
Add pydantic>=2.0 to main dependencies for typed models. Add [dev] optional deps (pytest, pytest-mock) for testing. Add [web] optional deps (fastapi, uvicorn, websockets) for Phase 2. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
httpx>=0.27
|
||||
pyyaml>=6.0
|
||||
pydantic>=2.0
|
||||
pyyaml>=6.0
|
||||
Reference in New Issue
Block a user