recognition + graphs + schemes
This commit is contained in:
parent
f7cf147e86
commit
b6274f7106
6 changed files with 1680 additions and 2 deletions
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[project]
|
||||
name = "qwen-telegram-bot"
|
||||
version = "0.1.0"
|
||||
description = "Telegram-бот: описание изображений и генерация графиков через Qwen"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"python-telegram-bot>=21.0",
|
||||
"openai>=1.40.0",
|
||||
"python-dotenv>=1.0.0",
|
||||
"matplotlib>=3.7",
|
||||
"numpy>=1.24",
|
||||
"graphviz>=0.20",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue