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",