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', 'trio_typing',
# tooling # tooling
'tricycle',
'trio_typing',
'colorlog', 'colorlog',
'wrapt', 'wrapt',
'pdbpp', 'pdbpp',
# serialization # serialization
'msgpack', 'msgpack',
'msgspec',
], ],
tests_require=['pytest'], tests_require=['pytest'],
python_requires=">=3.8", python_requires=">=3.8",