[tool.poetry] name = "updates-notifier" version = "0.1.0" description = "Notify software updates by using various fetchers and notifiers" authors = ["Gaƫtan Blond <gaetan@blond.tf>"] license = "MIT" [tool.poetry.dependencies] python = "^3.10" requests = "^2.27.1" defusedxml = "^0.7.1" click = "^8.0.4" PyYAML = "^6.0" [tool.poetry.dev-dependencies] pylint = "^2.12.2" black = "^22.1.0" [tool.poetry.scripts] notify-updates = 'updates_notifier.notify_updates:main' [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"