tanshu
8a243fe387
Also added the frank service and build frank script to the frank playbook so that new containers can be built on the device when ansible is not an option
16 lines
354 B
TOML
16 lines
354 B
TOML
[tool.poetry]
|
|
name = "frank"
|
|
version = "9.3.5"
|
|
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"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|