Файлы poetry

This commit is contained in:
2026-03-05 19:08:31 +07:00
parent a44e310660
commit 70afc533e1
2 changed files with 978 additions and 0 deletions

20
pyproject.toml Normal file
View File

@@ -0,0 +1,20 @@
[project]
name = "primorubot"
version = "1.0"
description = "Показывает состояние сервера"
authors = [
{name = "Verum",email = "sergeyzavalin@outlook.com"}
]
license = {text = "None"}
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"loguru (>=0.7.3,<0.8.0)",
"aiogram (>=3.20.0.post0,<4.0.0)",
"psutil (>=7.0.0,<8.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"