[project] name = "frank" 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>=2.13.4", "pydantic-settings>=2.15.0", "taskiq>=0.12.4", "taskiq-nats>=0.6.0", ] [tool.uv] package = false