From 132b9651ddb76336abb4db959017eae281885b76 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 b7a4610..6d55b70 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",