This commit is contained in:
2026-02-02 21:24:55 +01:00
commit cd0d26df8b
4 changed files with 289 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[tool.poetry]
package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
environs = "^14.5.0"
[tool.poetry.scripts]
alert-website-change = "alert:main"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"