osnova-api-alert/pyproject.toml

16 lines
309 B
TOML
Raw Normal View History

2024-10-07 19:15:14 +00:00
[tool.poetry]
name = "osnova-api-alert"
version = "0.1.0"
description = ""
authors = ["sergey <sergey@sm8255082.ru>"]
license = "GNU GENERAL PUBLIC LICENSE"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"