Добавлен файл requirements.txt и обновлен Dockerfile для установки зависимостей через него; добавлен файл pyproject.toml и README.md
All checks were successful
Deploy bot / build-deploy (push) Successful in 32s

This commit is contained in:
Dmitry
2025-11-29 00:03:21 +03:00
parent 6b5098cae5
commit d403395c9d
6 changed files with 199 additions and 3 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "trilium-bot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiogram>=3.22.0",
"dotenv>=0.9.9",
"trilium-py>=1.3.0",
]