File size: 441 Bytes
79f1ae9
 
1f555d8
79f1ae9
 
ae8d144
 
79f1ae9
 
 
 
 
 
 
 
 
 
07633f4
79f1ae9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c7f1f78
 
 
8d84e94
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
29
30
31
32
33
34
35
36
37
38
# Core dependencies
fastapi
uvicorn

# Database and ORM
asyncpg>=0.27.0
sqlalchemy>=1.4.47
aiosqlite

# HTTP requests
requests
httpx

# OpenAI and NVIDIA LLM integration
openai

# Image processing and scraping
Pillow
beautifulsoup4
lxml

# Environment variables
python-dotenv

# Data validation and serialization
pydantic

# Utilities
python-dateutil
pybase64

# Testing and development
pytest
pytest-asyncio
httpx

textblob
python-multipart