Add `tricycle` and `msgspec` deps
parent
dda0b22870
commit
3771734311
5
setup.py
5
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue