Pin to `trio >= 0.20`

signint_saviour
Tyler Goodlet 2022-07-10 21:07:29 -04:00
parent 8b9f342eef
commit 19fb77f698
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ setup(
install_requires=[ install_requires=[
# trio related # trio related
'trio>0.8', 'trio >= 0.20',
'async_generator', 'async_generator',
'trio_typing', 'trio_typing',