htmx/pyproject.toml
2026-04-01 21:36:22 +02:00

16 lines
No EOL
336 B
TOML

[project]
name = "point-cloud-classifier"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi==0.115.0",
"python-multipart==0.0.9",
"httpx==0.27.2",
"jinja2==3.1.4",
"jinjax==0.44.0",
"aiofiles==24.1.0",
"uvicorn==0.30.6",
]