Files
barker/frank/pyproject.toml
T
2026-08-30 04:41:27 +00:00

17 lines
339 B
TOML

[project]
name = "frank"
version = "2.0.0"
description = "Point of Sale for a restaurant"
requires-python = ">=3.14"
authors = [{ name = "tanshu", email = "git@tanshu.com" }]
dependencies = [
"aiohttp>=3.14.3",
"pydantic>=2.13.4",
"pydantic-settings>=2.15.0",
"taskiq>=0.12.4",
"taskiq-nats>=0.6.0",
]
[tool.uv]
package = false