docker container for daemons
This commit is contained in:
+8
-5
@@ -11,16 +11,11 @@ requires-python = ">=3.13,<4.0"
|
||||
|
||||
dependencies = [
|
||||
"alembic (>=1.18.5,<2.0.0)",
|
||||
"uvicorn (>=0.51.0,<0.52.0)",
|
||||
"gunicorn (>=26.0.0,<27.0.0)",
|
||||
"fastapi (>=0.139.1,<0.140.0)",
|
||||
"pydantic[email] (>=2.13.4,<3.0.0)",
|
||||
"pydantic-settings (>=2.14.2,<3.0.0)",
|
||||
"sqlalchemy[asyncio] (>=2.0.52,<3.0.0)",
|
||||
"pandas (>=3.0.3,<4.0.0)",
|
||||
"bcrypt (>=5.0.0,<6.0.0)",
|
||||
"python-jose (>=3.5.0,<4.0.0)",
|
||||
"python-multipart (>=0.0.32,<0.0.33)",
|
||||
"greenlet (>=3.5.4,<4.0.0)",
|
||||
"aiofiles (>=25.1.0,<26.0.0)",
|
||||
"asyncpg (>=0.31.0,<0.32.0)",
|
||||
@@ -29,6 +24,12 @@ dependencies = [
|
||||
"aio-pika (>=10.0.1,<11.0.0)",
|
||||
]
|
||||
|
||||
[tool.poetry.group.web.dependencies]
|
||||
uvicorn = ">=0.51.0,<0.52.0"
|
||||
gunicorn = ">=26.0.0,<27.0.0"
|
||||
fastapi = ">=0.139.1,<0.140.0"
|
||||
python-multipart = ">=0.0.32,<0.0.33"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = ">=9.1.1,<10.0.0"
|
||||
pytest-cov = ">=7.1.0,<8.0.0"
|
||||
@@ -39,6 +40,8 @@ httpie = ">=3.2.4,<4.0.0"
|
||||
pytest-asyncio = ">=1.4.0,<2.0.0"
|
||||
requests-async = ">=0.2.4,<0.3.0"
|
||||
|
||||
[tool.poetry.group.daemon.dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user