- "docker-compose.yml" - ".env.example" - "docker/Dockerfile.api" - "docker/Dockerfile.web" - "docker/nginx.conf" - "backend/main.py" - "backend/requirements.txt" - "config/canonical_tags.yaml" GSD-Task: S01/T01
11 lines
257 B
Text
11 lines
257 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
|
|
httpx>=0.27.0,<1.0
|