barker/frank/pyproject.toml

16 lines
358 B
TOML

[tool.poetry]
name = "frank"
version = "10.3.2"
description = "Point of Sale for a restaurant"
authors = ["tanshu <git@tanshu.com>"]
[tool.poetry.dependencies]
python = "^3.10"
pydantic = {extras = ["dotenv"], version = "^1.9.1"}
arq = "^0.23a1"
aiohttp = "^3.8.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"