[tool.poetry] name = "pttplz" version = "0.1.0" description = "Push to talk" authors = ["Martin Benonisen "] readme = "README.md" [tool.poetry.dependencies] python = "^3.11" typer = "^0.9.0" pynput = "^1.7.6" [tool.poetry.scripts] pttplz = "pttplz.pttplz:app" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"