Skip to content

Commit

Permalink
Fixes #84: add missing exceptiongroup to project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dolamroth committed Apr 28, 2024
1 parent de6d589 commit b4c80b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies = [
"marshmallow>=3.20.1,<3.21",
"chardet>=5.2.0,<5.3",
"PyJWT[crypto]>=2.8,<2.9",
"exceptiongroup>=1.2.1,<2.0",
]

[project.urls]
Expand Down

0 comments on commit b4c80b4

Please sign in to comment.