feat: add logging for mDNS peer discovery and update dependencies

This commit is contained in:
sumanjeet0012@gmail.com
2025-06-20 20:17:01 +05:30
parent 387f4879d1
commit 89ed86d903
6 changed files with 33 additions and 19 deletions

View File

@ -31,6 +31,7 @@ dependencies = [
"trio-typing>=0.0.4",
"trio>=0.26.0",
"fastecdsa==2.3.2; sys_platform != 'win32'",
"zeroconf (>=0.147.0,<0.148.0)",
]
classifiers = [
"Development Status :: 4 - Beta",