- Add bridge.py for clean JSON-based Python-Node communication - Add optional FastAPI server for REST API access - Include requirements for API server setup 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
# API server requirements
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
pydantic==2.5.0
|
|
python-multipart==0.0.6
|
|
|
|
# Include base requirements
|
|
-r requirements.txt |