File size: 396 Bytes
e7fb25a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Core dependencies
gradio
fastapi
uvicorn[standard]
pandas

# FastAPI extras
python-multipart
pydantic

# Optional but recommended
requests
aiofiles
websockets

# Database alternatives (optional)
# psycopg2-binary
# pymongo
# redis

# Security enhancements (optional)
# python-jose[cryptography]
# passlib[bcrypt]
# python-dotenv

# Monitoring and logging (optional)
# prometheus-client
# loguru