Add `exceptiongroup` (3.11 backport lib) as dep

eg_backup
Tyler Goodlet 2022-10-10 14:36:27 -04:00
parent df69aedcd5
commit d87d6af7e1
1 changed files with 1 additions and 0 deletions

View File

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