Switch to using polars

This commit is contained in:
Peter Stockings
2026-01-29 00:05:25 +11:00
parent dd82f461be
commit 3a0d4531b6
6 changed files with 156 additions and 134 deletions

2
app.py
View File

@@ -16,7 +16,7 @@ from routes.export import export_bp # Import the new export blueprint
from routes.tags import tags_bp # Import the new tags blueprint
from routes.programs import programs_bp # Import the new programs blueprint
from extensions import db
from utils import convert_str_to_date, generate_plot
from utils import convert_str_to_date
from flask_htmx import HTMX
import minify_html
import os