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