Skip to content

Commit

Permalink
fix: Upgrade enum-tools to 0.12.0 fixes the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Jul 31, 2024
1 parent 328c7e7 commit 4d8474d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
15 changes: 7 additions & 8 deletions pdm.lock

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

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name = "ing-ynab"
version = "0.3.0"
description = "Import your ING Germany bank statements via FinTS into YNAB."
authors = [{ name = "Arne Bahlo", email = "[email protected]" }]
dependencies = ["requests", "fints>=4.0.0"]
dependencies = [
"requests",
"fints>=4.0.0",
"enum-tools>=0.12.0",
]
requires-python = ">=3.7"
readme = "README.md"
license = { text = "MIT" }
Expand Down

0 comments on commit 4d8474d

Please sign in to comment.