Spaces:
Running
Running
| # Sixfinger Backend API Dependencies | |
| # Hugging Face Spaces Compatible | |
| # FastAPI ve ASGI server | |
| fastapi==0.115.0 | |
| uvicorn[standard]==0.30.6 | |
| pydantic==2.10.0 | |
| pydantic-settings==2.6.0 | |
| requests | |
| openai | |
| # Groq SDK | |
| groq==0.11.0 | |
| # HTTP client | |
| httpx>=0.27.0,<0.28.0 | |
| # Utils | |
| python-dotenv==1.0.1 | |
| python-multipart==0.0.12 | |
| # Optional: Better logging | |
| colorlog==6.8.2 |