skg-watcher/pyproject.toml
2025-06-27 10:51:15 +02:00

23 lines
548 B
TOML

[project]
name = "skg-watcher"
version = "0.1.0"
description = "A web scraper that sends data to Telegram"
authors = [
{name = "Leon Grünewald",email = "10533763+dhalucario@users.noreply.github.com"}
]
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"requests>=2.31.0",
"python-telegram-bot>=20.7",
"schedule>=1.2.0",
"python-dotenv>=1.0.0"
]
[tool.poetry]
packages = [{include = "skg_watcher", from = "src"}]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"