14 lines
245 B
TOML
14 lines
245 B
TOML
|
|
[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"
|