Files
css-test/pyproject.toml
T
paul 031482c540 Switch project to uv and add sticky-header scroll to dashboard table
Adds pyproject.toml, uv.lock, .python-version, and a .gitignore for uv
package management. Constrains the dashboard table to the viewport
height with a sticky thead so column headers remain visible while
scrolling.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 21:32:46 +12:00

12 lines
236 B
TOML

[project]
name = "css-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.136.0",
"pydantic>=2.13.3",
"uvicorn[standard]>=0.45.0",
]