fix(python): uncomment fasthtml, use correct name

This commit is contained in:
Lucian Knock 2025-04-17 17:14:38 -04:00
parent 10b29846ae
commit 0b18c59ac4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ build-backend = "hatchling.build"
dev = [
"django>=4.2.17",
"fastapi[standard]>=0.115.4",
# "fasthtml>=0.12.0",
"python-fasthtml>=0.12.0; python_version > '3.10'",
"flask[async]>=3.0.3",
"quart>=0.19.9",
"sanic>=24.6.0",