11 lines
230 B
TOML
11 lines
230 B
TOML
[project]
|
|
name = "confucius-quote-bot"
|
|
version = "0.1.0"
|
|
description = "telegram bot for generating confucius quotes"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"aiogram>=3.30.0",
|
|
"pillow>=12.3.0",
|
|
]
|