13 lines
370 B
TOML
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",
|
|
]
|