fix(python): uncomment fasthtml, use correct name (#852)

Co-authored-by: Lucian Knock <git@lucianknock.com>
This commit is contained in:
Lucian 2025-04-18 12:21:09 -04:00 committed by GitHub
parent 10b29846ae
commit 6be5ad2fbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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