Files
memoir_bot/pyproject.toml
T
Dmitry 793716f699 init
2026-07-04 10:29:16 +03:00

13 lines
370 B
TOML

[project]
name = "memoir-bot"
version = "0.1.0"
description = "Простой бот для заметок и воспоминаний, при работе с Obsidian с синком через Git"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"aiogram>=3.29.1",
"aiohttp>=3.14.1",
"aiohttp-socks>=0.10.1",
"python-dotenv>=1.1.1",
]