- "backend/config.py" - "backend/worker.py" - "backend/pipeline/schemas.py" - "backend/pipeline/llm_client.py" - "backend/requirements.txt" - "backend/pipeline/__init__.py" - "backend/pipeline/stages.py" GSD-Task: S03/T01
18 lines
408 B
Text
18 lines
408 B
Text
fastapi>=0.115.0,<1.0
|
|
uvicorn[standard]>=0.32.0,<1.0
|
|
sqlalchemy[asyncio]>=2.0,<3.0
|
|
asyncpg>=0.30.0,<1.0
|
|
alembic>=1.14.0,<2.0
|
|
pydantic>=2.0,<3.0
|
|
pydantic-settings>=2.0,<3.0
|
|
celery[redis]>=5.4.0,<6.0
|
|
redis>=5.0,<6.0
|
|
python-dotenv>=1.0,<2.0
|
|
python-multipart>=0.0.9,<1.0
|
|
httpx>=0.27.0,<1.0
|
|
openai>=1.0,<2.0
|
|
qdrant-client>=1.9,<2.0
|
|
pyyaml>=6.0,<7.0
|
|
# Test dependencies
|
|
pytest>=8.0,<10.0
|
|
pytest-asyncio>=0.24,<1.0
|