Switch to UV
This commit is contained in:
32
pyproject.toml
Normal file
32
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user