feat(bank-statement-import): add support for uploading MT940 format bank statements

This commit is contained in:
Karuppasamy923
2025-06-11 02:41:53 +05:30
parent bb903a4bef
commit 7987ba9b7c
4 changed files with 156 additions and 20 deletions

View File

@@ -22,6 +22,9 @@ dependencies = [
# Not used directly - required by PyQRCode for PNG generation
"pypng~=0.20220715.0",
# MT940 parser for bank statements
"mt-940>=4.26.0"
]
[build-system]