rev 4
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user