- Add Python FastAPI backend with Pydantic validation - Port WhiskClient and MetaAIClient to Python - Create API routers for all endpoints - Add Swagger/ReDoc documentation at /docs - Update Dockerfile for multi-service container - Add lib/api.ts frontend client - Update README for V3
6 lines
114 B
Text
6 lines
114 B
Text
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
httpx>=0.26.0
|
|
pydantic>=2.5.0
|
|
python-multipart>=0.0.6
|
|
aiofiles>=23.2.0
|