Switch to UV

This commit is contained in:
Peter Stockings
2026-02-27 12:36:40 +11:00
parent b0b42c0d77
commit a401c1a1ab
5 changed files with 752 additions and 3 deletions

32
pyproject.toml Normal file
View File

@@ -0,0 +1,32 @@
[project]
name = "workout"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14.0"
dependencies = [
"brotli==1.0.9",
"email-validator==2.2.0",
"flask>=3.0.0",
"flask-bcrypt>=1.0.1",
"flask-caching>=2.1.0",
"flask-compress>=1.14",
"flask-htmx>=0.4.0",
"flask-login>=0.6.3",
"flask-wtf>=1.2.1",
"gunicorn>=21.2.0",
"jinja-partials==0.1.1",
"jinja2>=3.1.0",
"jinja2-fragments==0.3.0",
"minify-html>=0.15.0",
"numpy>=1.26.0",
"polars>=0.20.0",
"psycopg-pool>=3.2.0",
"psycopg[binary]>=3.0.0",
"pyarrow>=14.0.0",
"python-dateutil==2.8.2",
"python-dotenv==1.0.1",
"requests>=2.31.0",
"werkzeug>=3.0.0",
"wtforms>=3.1.0",
]