Graph hinzugefügt

This commit is contained in:
hubobel 2026-06-23 17:55:02 +02:00
parent 2f4fa79027
commit ce389a0b30
2 changed files with 2 additions and 3 deletions

2
app.py
View file

@ -3,9 +3,7 @@ from flask import Flask, render_template, request
import subprocess import subprocess
import sys import sys
import json import json
from flask import redirect from flask import redirect
from urllib.request import urlopen from urllib.request import urlopen
from pathlib import Path from pathlib import Path
from influxdb_client import InfluxDBClient from influxdb_client import InfluxDBClient

View file

@ -1,4 +1,5 @@
fints fints
openpyxl openpyxl
mt-940 mt-940
flask flask
influxdb_client