[tool.poetry] name = "frank" version = "7.3.0" description = "Point of Sale for a restaurant" authors = ["tanshu "] [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"