add missing deps

This commit is contained in:
pacrob
2024-03-01 15:36:16 -07:00
parent 51291cee95
commit 318ce66ef5

View File

@ -66,6 +66,10 @@ install_requires = [
"async-service>=0.1.0a6",
"async-exit-stack==1.0.1",
"noiseprotocol>=0.3.0",
# added during debugging
"anyio",
"p2pclient",
"mypy-protobuf",
]