This commit is contained in:
2026-08-29 10:49:36 +00:00
parent 103983846d
commit 73fba17711
11 changed files with 632 additions and 107 deletions
+13 -12
View File
@@ -1,16 +1,17 @@
[tool.poetry]
[project]
name = "frank"
version = "14.5.0"
version = "14.5.1"
description = "Point of Sale for a restaurant"
authors = ["tanshu <git@tanshu.com>"]
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.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"
[tool.uv]
package = false