[tool.poetry] name = "mash-server" version = "0.1.0" description = "Max' Smart Home" authors = ["Max "] [tool.poetry.scripts] start = "main:app" [tool.poetry.dependencies] python = "^3.10" phue = "^1.1" fritzconnection = "^1.14.0" fastapi = "^0.115.6" requests = "^2.32.3" paho-mqtt = "^2.1.0" uvicorn = {extras = ["standard"], version = "^0.34.0"} [tool.poetry.dev-dependencies] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"