[tool.poetry] name = "worthless" version = "3.0.0" description = "A worthless CLI launcher written in Python" authors = ["tretrauit "] license = "MIT" readme = "README.md" [tool.poetry.dependencies] python = "^3.10" aiohttp = "^3.8.1" appdirs = "^1.4.4" detools = "^0.51.0" [tool.poetry.group.dev.dependencies] pytest = "^7.1.3" [tool.poetry.scripts] worthless = 'worthless.cli:main' [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"