16 lines
282 B
TOML
16 lines
282 B
TOML
[tool.poetry]
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
environs = "^14.5.0"
|
|
requests = "^2.32.5"
|
|
lxml = "^5.4.0"
|
|
|
|
[tool.poetry.scripts]
|
|
alert-website-change = "alert:main"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|