Добавлен файл requirements.txt и обновлен Dockerfile для установки зависимостей через него; добавлен файл pyproject.toml и README.md
All checks were successful
Deploy bot / build-deploy (push) Successful in 32s
All checks were successful
Deploy bot / build-deploy (push) Successful in 32s
This commit is contained in:
11
pyproject.toml
Normal file
11
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user