mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 23:20:55 +00:00
Compare commits
2 Commits
interop/py
...
py-rust-in
| Author | SHA1 | Date | |
|---|---|---|---|
| 203ae14b06 | |||
| 81abe4ff64 |
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ lint:
|
|||||||
)
|
)
|
||||||
|
|
||||||
test:
|
test:
|
||||||
python -m pytest tests
|
python -m pytest tests -n auto
|
||||||
|
|
||||||
# protobufs management
|
# protobufs management
|
||||||
|
|
||||||
|
|||||||
3
setup.py
3
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"] = (
|
||||||
@ -69,6 +69,7 @@ install_requires = [
|
|||||||
"rpcudp>=3.0.0",
|
"rpcudp>=3.0.0",
|
||||||
"trio-typing>=0.0.4",
|
"trio-typing>=0.0.4",
|
||||||
"trio>=0.26.0",
|
"trio>=0.26.0",
|
||||||
|
"loguru>=0.7.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add platform-specific dependencies
|
# Add platform-specific dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user