Merge pull request #48013 from aerele/mt940-bank-statement-import

feat(bank-statement-import): add support for uploading MT940 format b…
This commit is contained in:
ruthra kumar
2025-06-23 15:45:27 +05:30
committed by GitHub
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]