forked from goodboy/tractor
1
0
Fork 0

Pin to `trio >= 0.20`

sigintsaviour_citesthackin
Tyler Goodlet 2022-07-10 21:07:29 -04:00
parent 3b7985292f
commit 7c25aa176f
1 changed files with 1 additions and 1 deletions

View File

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