barker/frank/pyproject.toml

17 lines
375 B
TOML

[tool.poetry]
name = "frank"
version = "10.0.0"
description = "Point of Sale for a restaurant"
authors = ["tanshu <git@tanshu.com>"]
[tool.poetry.dependencies]
python = "^3.8"
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
arq = "^0.20"
aiohttp = "^3.7.4"
aioredis = "^1.3.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"