Pin to trio 0.8+

loglevel_to_tractor_tests
Tyler Goodlet 2018-11-19 18:43:38 -05:00
parent 71bb87aa3a
commit 469a1e5874
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ setup(
packages=[
'tractor',
],
install_requires=['msgpack', 'trio', 'async_generator', 'colorlog'],
install_requires=['msgpack', 'trio>0.8', 'async_generator', 'colorlog'],
tests_require=['pytest'],
python_requires=">=3.6",
keywords=[