This commit is contained in:
Daniil
2026-04-07 13:42:45 +03:00
parent 7d2f444e1c
commit 259d3da89f
34 changed files with 2130 additions and 788 deletions
+7
View File
@@ -25,6 +25,7 @@ dependencies = [
"dramatiq[redis]>=1.17.0",
"redis>=5.0.0",
"psycopg2-binary>=2.9.9",
"tiktoken>=0.3.3",
]
[dependency-groups]
@@ -35,6 +36,12 @@ dev = [
"pytest-asyncio>=0.23.0",
"aiosqlite>=0.20.0",
]
tools = [
"bandit",
"pip-audit",
"schemathesis",
"radon",
]
[tool.pytest.ini_options]
asyncio_mode = "auto"