Frank refactoring part 1

This commit is contained in:
2026-08-30 04:41:27 +00:00
parent 85a063c1a7
commit ae69c2fafe
37 changed files with 301 additions and 210 deletions
+2 -3
View File
@@ -1,17 +1,16 @@
[project]
name = "frank"
version = "14.5.1"
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-settings>=2.15.0",
"pydantic>=2.13.4",
"pydantic-settings>=2.15.0",
"taskiq>=0.12.4",
"taskiq-nats>=0.6.0",
]
[tool.uv]
package = false