This commit is contained in:
Dmitry
2026-07-04 10:29:16 +03:00
parent 22bc76587f
commit 793716f699
11 changed files with 720 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[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",
]