35 lines
461 B
Plaintext
35 lines
461 B
Plaintext
# Web framework
|
|
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
python-multipart==0.0.6
|
|
|
|
# Database
|
|
sqlalchemy==2.0.25
|
|
alembic==1.13.1
|
|
aiosqlite==0.19.0
|
|
|
|
# Task queue
|
|
celery==5.3.6
|
|
redis==5.0.1
|
|
|
|
# Image processing
|
|
Pillow==10.2.0
|
|
imagehash==4.3.1
|
|
imagededup==0.3.3.post2
|
|
|
|
# HTTP clients
|
|
httpx==0.26.0
|
|
aiohttp==3.9.3
|
|
|
|
# Search
|
|
duckduckgo-search
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.0
|
|
pydantic==2.5.3
|
|
pydantic-settings==2.1.0
|
|
|
|
# Testing
|
|
pytest==7.4.4
|
|
pytest-asyncio==0.23.3
|