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