Add bot commands setup, inline keyboards, and project dependencies
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[project]
|
||||
name = "frankenstein-bot"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"aiogram>=3.29.1",
|
||||
"pydantic>=2.13.4",
|
||||
"pydantic-settings>=2.14.2",
|
||||
]
|
||||
Reference in New Issue
Block a user