tt/pyproject.toml
2025-01-04 02:56:09 -06:00

21 lines
367 B
TOML

[project]
name = "tt"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"httpx>=0.28.1",
"lxml>=5.3.0",
"peewee>=3.17.8",
"textual>=1.0.0",
"typer>=0.15.1",
]
[project.scripts]
hello = "tt:hello"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"