fix: add nim libp2p echo interop

This commit is contained in:
Akash Mondal
2025-08-30 07:10:22 +00:00
committed by lla-dane
parent 2c03ac46ea
commit d97b86081b
5 changed files with 457 additions and 1 deletions

View File

@ -20,6 +20,7 @@ dependencies = [
"base58>=1.0.3",
"coincurve==21.0.0",
"exceptiongroup>=1.2.0; python_version < '3.11'",
"fastecdsa==2.3.2; sys_platform != 'win32'",
"grpcio>=1.41.0",
"lru-dict>=1.1.6",
"multiaddr (>=0.0.9,<0.0.10)",
@ -32,7 +33,6 @@ dependencies = [
"rpcudp>=3.0.0",
"trio-typing>=0.0.4",
"trio>=0.26.0",
"fastecdsa==2.3.2; sys_platform != 'win32'",
"zeroconf (>=0.147.0,<0.148.0)",
]
classifiers = [
@ -282,4 +282,5 @@ project_excludes = [
"**/*pb2.py",
"**/*.pyi",
".venv/**",
"./tests/interop/nim_libp2p",
]