Add `tricycle` and `msgspec` deps

msgspec_not_fucked
Tyler Goodlet 2021-06-11 16:20:35 -04:00
parent e6aecf2ae5
commit b38b4fe188
1 changed files with 9 additions and 2 deletions

View File

@ -38,13 +38,20 @@ setup(
'tractor.testing',
],
install_requires=[
# trio related
'trio>0.8',
'msgpack',
'async_generator',
'tricycle',
'trio_typing',
'colorlog',
'wrapt',
'trio_typing',
'pdbpp',
# serialization
'msgpack',
'msgspec',
],
tests_require=['pytest'],
python_requires=">=3.7",