Skip to content

Commit

Permalink
Depend on exceptiongroup and tomli
Browse files Browse the repository at this point in the history
To support older python versions.
  • Loading branch information
kedder committed Feb 5, 2024
1 parent 1efd190 commit 898c0b6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 102 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ verify_ssl = true
mypy = "*"
pytest = "*"
black = "*"
exceptiongroup = {markers="python_version < '3.11'"}
exceptiongroup = "*"
build = "*"
tomli = "*"

[packages]
ofxstatement = "*"
Expand Down
118 changes: 17 additions & 101 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 898c0b6

Please sign in to comment.