Compare commits

...

3 Commits
0.5.1 ... 0.5.4

Author SHA1 Message Date
8bef6d676c fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-03-12 16:14:36 +01:00
813265f8ee forgotten requirement, 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-03-12 16:10:28 +01:00
b47070cfc2 forgotten requirement
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline failed
2025-03-12 16:08:57 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,6 @@ def ntpserver():
dbh.close()
def get_dataframe():
@app.route('/plot.png')
def plot_png():
dbh = psycopg.connect()

View File

@ -39,3 +39,5 @@ urllib3==2.3.0
Werkzeug==3.1.3
zipp==3.21.0
pillow==11.1.0
matplotlib==3.10.1