Возможность запуска пустышки

This commit is contained in:
Verum
2025-02-22 07:05:23 +07:00
commit 075a610728
19 changed files with 1337 additions and 0 deletions

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[project]
name = "primoworld"
version = "0.1.0"
description = "Шаблон бота для проекта PrimoWorlds"
authors = [
{name = "Verum"}
]
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiogram (>=3.18.0,<4.0.0)",
"dotenv (>=0.9.9,<0.10.0)",
"apscheduler (>=3.11.0,<4.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"