Возможность запуска пустышки
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user