producers, consumers, rabbit_client

This commit is contained in:
2026-09-06 18:12:59 +03:00
parent d707c8b329
commit 10ce1755bd
14 changed files with 428 additions and 23 deletions
+2 -1
View File
@@ -7,7 +7,7 @@ authors = [
]
license = "MH.Dmitrii's project"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.13,<4.0"
dependencies = [
"alembic (>=1.18.5,<2.0.0)",
@@ -26,6 +26,7 @@ dependencies = [
"asyncpg (>=0.31.0,<0.32.0)",
"psycopg2-binary (>=2.9.12,<3.0.0)",
"redis (>=8.1.0,<9.0.0)",
"aio-pika (>=10.0.1,<11.0.0)",
]
[tool.poetry.group.dev.dependencies]