26 lines
632 B
TOML
26 lines
632 B
TOML
[project]
|
|
name = "sipro-stocks"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"aiohttp[speedups]>=3.12.15",
|
|
"alembic>=1.16.4",
|
|
"asyncpg>=0.30.0",
|
|
"celery[librabbitmq,redis]>=5.5.3",
|
|
"fastapi>=0.116.1",
|
|
"gevent>=25.5.1",
|
|
"gunicorn>=23.0.0",
|
|
"pydantic>=2.11.7",
|
|
"pyjwt>=2.10.1",
|
|
"python-dotenv>=1.1.1",
|
|
"redis[hiredis]>=5.2.1",
|
|
"sqlalchemy[asyncio]>=2.0.43",
|
|
"taskiq-aio-pika==0.4.2",
|
|
"taskiq-fastapi==0.3.5",
|
|
"taskiq-pipelines>=0.1.4",
|
|
"taskiq==0.11.17",
|
|
"uvicorn[standard]>=0.35.0",
|
|
]
|