diff --git a/Makefile b/Makefile index 3977db58..c795ebf6 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ lint: ) test: - python -m pytest tests + python -m pytest tests -n auto # protobufs management diff --git a/setup.py b/setup.py index c455b6df..e52a5870 100644 --- a/setup.py +++ b/setup.py @@ -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