From 37717343114b4d91031379a308ba0e624096116c Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 11 Jun 2021 16:20:35 -0400 Subject: [PATCH] Add `tricycle` and `msgspec` deps --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36294d3..4e5c7f5 100755 --- a/setup.py +++ b/setup.py @@ -45,13 +45,16 @@ setup( 'trio_typing', # tooling + 'tricycle', + 'trio_typing', + 'colorlog', 'wrapt', 'pdbpp', # serialization 'msgpack', - + 'msgspec', ], tests_require=['pytest'], python_requires=">=3.8",