Frank refactoring part 1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user