[+] poetry

This commit is contained in:
Maxim Khomutov 2025-03-24 02:01:13 +03:00
parent 957ca32639
commit e98e5201b2

18
pyproject.toml Normal file
View File

@ -0,0 +1,18 @@
[project]
name = "dist_scripts"
version = "1.0.0"
description = ""
authors = [
{name = "SantaSpeen",email = "santaspeen@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"ruamel-yaml (>=0.18.10,<0.19.0)",
"loguru (>=0.7.3,<0.8.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"