diff --git a/setup.py b/setup.py index 83d62240..aed39a65 100644 --- a/setup.py +++ b/setup.py @@ -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", ]