mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
fix: correct syntax error in interop dependencies list
Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2
setup.py
2
setup.py
@ -37,7 +37,7 @@ extras_require = {
|
|||||||
"pytest-trio>=0.5.2",
|
"pytest-trio>=0.5.2",
|
||||||
"factory-boy>=2.12.0,<3.0.0",
|
"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"] = (
|
extras_require["dev"] = (
|
||||||
|
|||||||
Reference in New Issue
Block a user