clean: proper uv migration

This commit is contained in:
2025-12-04 10:05:20 +01:00
parent d49a285bba
commit b728dd3bcd
3 changed files with 35 additions and 94 deletions

View File

@@ -3,22 +3,11 @@ name = "flado"
version = "0.1.0"
description = "Flask todo app"
readme = "README.md"
requires-python = ">=3.12"
license = {file = "LICENSE"}
requires-python = ">=3.13"
dependencies = [
"Flask==3.1.2",
"SQLAlchemy>=2.0.36",
"Flask-SQLAlchemy==3.1.1",
"Flask-Migrate==4.0.5",
"python-dotenv==1.0.0",
"Werkzeug==3.1.0",
"gunicorn>=21.2.0",
"Flask-WTF>=1.2.0",
"dotenv>=0.9.9",
"flask>=3.1.2",
"flask-migrate>=4.1.0",
"flask-sqlalchemy>=3.1.1",
"flask-wtf>=1.2.2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = []