File size: 357 Bytes
630a1c0
 
 
 
 
 
 
 
8b68361
 
630a1c0
 
 
 
 
05d366b
630a1c0
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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