mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +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:
|
||||
python -m pytest tests
|
||||
python -m pytest tests -n auto
|
||||
|
||||
# protobufs management
|
||||
|
||||
|
||||
3
setup.py
3
setup.py
@ -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"] = (
|
||||
@ -69,6 +69,7 @@ install_requires = [
|
||||
"rpcudp>=3.0.0",
|
||||
"trio-typing>=0.0.4",
|
||||
"trio>=0.26.0",
|
||||
"loguru>=0.7.3",
|
||||
]
|
||||
|
||||
# Add platform-specific dependencies
|
||||
|
||||
Reference in New Issue
Block a user