From ce389a0b30cdefd518979b6a0f45227c606f0421 Mon Sep 17 00:00:00 2001 From: hubobel Date: Tue, 23 Jun 2026 17:55:02 +0200 Subject: [PATCH] =?UTF-8?q?Graph=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 -- requirements.txt | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 01b5553..d076f88 100644 --- a/app.py +++ b/app.py @@ -3,9 +3,7 @@ from flask import Flask, render_template, request import subprocess import sys import json - from flask import redirect - from urllib.request import urlopen from pathlib import Path from influxdb_client import InfluxDBClient diff --git a/requirements.txt b/requirements.txt index 8ab6f1c..0d72db6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ fints openpyxl mt-940 -flask \ No newline at end of file +flask +influxdb_client \ No newline at end of file