forked from goodboy/tractor
1
0
Fork 0

Add `exceptiongroup` (3.11 backport lib) as dep

egs_with_ctx_res_consumption
Tyler Goodlet 2022-10-10 14:36:27 -04:00
parent e224b8a994
commit 53d5b59b7b
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ setup(
'trio >= 0.22', 'trio >= 0.22',
'async_generator', 'async_generator',
'trio_typing', 'trio_typing',
'exceptiongroup',
# tooling # tooling
'tricycle', 'tricycle',