Use trio_typing stubs

log_task_context
Tyler Goodlet 2019-12-09 22:56:13 -05:00
parent 14bfef0df7
commit 7947eeebff
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ setup(
'tractor.testing',
],
install_requires=[
'msgpack', 'trio>0.8', 'async_generator', 'colorlog', 'wrapt'],
'msgpack', 'trio>0.8', 'async_generator', 'colorlog', 'wrapt',
'trio_typing',
],
tests_require=['pytest'],
python_requires=">=3.7",
keywords=[