031482c540
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>
12 lines
236 B
TOML
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",
|
|
]
|