fdsa
This commit is contained in:
+13
-12
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user