Verified Commit b6f5875f authored by Jakob Moser's avatar Jakob Moser
Browse files

Add dependencies for FinTS and IBAN handling

You only need `fints` to retrieve FinTS data.

`schwifty` can extract an old-fashioned Bankleitzahl (BLZ) from a modern IBAN, which is needed to set up FinTS. Obviously, you could also ask the user to provide it, or just pull the BLZ from the IBAN yourself by looking at the correct substring, but I liked the library for that.
parent 1b40899b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,10 +7,12 @@ requires-python = ">=3.12"
dependencies = [
    "babel~=2.17.0",
    "evdev~=1.9.2",
    "fints>=5.0.0",
    "mfrc522~=0.0.7",
    "pi-rc522~=2.3.0",
    "pygame~=2.6.1",
    "rpi-lgpio~=0.6",
    "schwifty>=2026.3.0",
    "sqlalchemy~=2.0.38",
    "textual~=3.1.0",
]
+333 −0

File changed.

Preview size limit exceeded, changes collapsed.