mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
Move queue name constants to separate file (queue-names.ts) to avoid circular dependency between queue.module.ts and processor files. The @Processor decorator evaluates at module load time, and importing constants from queue.module.ts created a circular dependency that resulted in undefined queue names. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
177 B
Text
12 lines
177 B
Text
# Web Framework
|
|
fastapi>=0.115.0
|
|
uvicorn[standard]>=0.34.0
|
|
python-multipart>=0.0.20
|
|
|
|
# Image Processing
|
|
pillow>=10.0.0
|
|
numpy>=1.26.0
|
|
|
|
# Utilities
|
|
aiofiles>=24.1.0
|
|
httpx>=0.27.0
|