fix: correct syntax error in interop dependencies list

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2025-06-06 15:32:42 +05:30
parent e868f77f93
commit 81abe4ff64

View File

@ -37,7 +37,7 @@ extras_require = {
"pytest-trio>=0.5.2",
"factory-boy>=2.12.0,<3.0.0",
],
"interop": ["redis==6.1.0", "logging==0.4.9.6" "loguru==0.7.3"],
"interop": ["redis==6.1.0", "logging==0.4.9.6", "loguru==0.7.3"],
}
extras_require["dev"] = (