Add `tricycle` and `msgspec` deps

optional_msgspec_support
Tyler Goodlet 2021-06-11 16:20:35 -04:00
parent dda0b22870
commit 3771734311
1 changed files with 4 additions and 1 deletions

View File

@ -45,13 +45,16 @@ setup(
'trio_typing',
# tooling
'tricycle',
'trio_typing',
'colorlog',
'wrapt',
'pdbpp',
# serialization
'msgpack',
'msgspec',
],
tests_require=['pytest'],
python_requires=">=3.8",