forked from goodboy/tractor
Pin to latest `trio` version
parent
b15e4ed9ce
commit
df69aedcd5
2
setup.py
2
setup.py
|
@ -44,7 +44,7 @@ setup(
|
||||||
# trio related
|
# trio related
|
||||||
# proper range spec:
|
# proper range spec:
|
||||||
# https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/#id5
|
# https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/#id5
|
||||||
'trio >= 0.20, < 0.22',
|
'trio >= 0.22',
|
||||||
'async_generator',
|
'async_generator',
|
||||||
'trio_typing',
|
'trio_typing',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue