This commit is contained in:
2026-08-10 09:59:42 +03:00
commit 9191242a93
13 changed files with 747 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "confucius-citate-bot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"aiogram>=3.30.0",
"pillow>=12.3.0",
]