Files
rex/pyproject.toml
2026-08-27 17:24:54 +01:00

24 lines
473 B
TOML

[project]
name = "rex"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Hector van der Aa", email = "hector@h3cx.dev" }
]
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.141.1",
"httpx>=0.28.1",
"pydantic>=2.13.4",
"uvicorn>=0.52.4",
"websockets>=17.0.1",
]
[project.scripts]
rex = "rex:main"
[build-system]
requires = ["uv_build>=0.12.5,<0.13.0"]
build-backend = "uv_build"