init
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user