16 lines
356 B
TOML
16 lines
356 B
TOML
[tool.poetry]
|
|
name = "frank"
|
|
version = "9.1.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.1"}
|
|
arq = "^0.19.1"
|
|
aiohttp = "^3.7.4"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|