Files
barker/frank/pyproject.toml
2026-02-17 09:45:32 +05:30

17 lines
391 B
TOML

[tool.poetry]
name = "frank"
version = "14.3.0"
description = "Point of Sale for a restaurant"
authors = ["tanshu <git@tanshu.com>"]
[tool.poetry.dependencies]
python = "^3.14"
pydantic = {extras = ["dotenv"], version = "^2.11.7"}
pydantic-settings = "^2.12.0"
arq = "^0.26.3"
aiohttp = "^3.12.13"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"