main/
pyproject.toml(676 B) [project]
name = "bluesky-dashboard"
version = "0.1.0"
description = "Bluesky feed dashboard with Python backend and Preact frontend"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.32.0",
"pydantic>=2.9.0",
"pydantic-settings>=2.6.0",
"python-multipart>=0.0.17",
"httpx>=0.27.0",
"cryptography>=43.0.0",
"python-jose[cryptography]>=3.3.0",
"numpy>=1.26.0",
"scikit-learn>=1.5.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["backend"]
[tool.uv]
# Empty - dependency groups defined below
[dependency-groups]
dev = []