[tool.poetry] name = "tgtg-notifier" version = "2024.01.13" description = "A very simple scheduler for tgtg notifications over ntfy" authors = ["Fernando Sánchez "] [tool.poetry.dependencies] python = ">=3.8 <4.0" tgtg = "0.16.1" requests = "2.31.0" schedule= "1.2.1" [tool.poetry.scripts] tgtg-notifier = "tgtg_notifier.notifier:main" tgtg-login = "tgtg_notifier.login:main" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [project] name = "tgtg-notifier" version = "2024.01.13" dependencies = [ "tgtg==0.16.1", "requests==2.31.0", "schedule==1.2.1", ] requires-python = ">=3.8" authors = [ {name = "Fernando Sánchez", email = "balkian@gmail.com"} ] description = "A very simple scheduler for tgtg notifications over ntfy" readme = "README.md" keywords = ["tgtg", "notifier", "ntfy"] classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python" ]