23 lines
484 B
TOML
23 lines
484 B
TOML
|
|
[tool.poetry]
|
||
|
|
name = "tabernas-bot"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Telegram bot. Tabernas. Maluco e irreverente"
|
||
|
|
authors = ["Raude"]
|
||
|
|
license = "Beer ware"
|
||
|
|
readme = "README.md"
|
||
|
|
package-mode = false
|
||
|
|
|
||
|
|
[tool.poetry.dependencies]
|
||
|
|
python = "^3.12"
|
||
|
|
python-telegram-bot = "21.6"
|
||
|
|
groq = "^1.1.0"
|
||
|
|
aiohttp = "^3.9.0"
|
||
|
|
psycopg2-binary = "^2.9.9"
|
||
|
|
python-dotenv = "^1.0.0"
|
||
|
|
pgvector = "^0.4.2"
|
||
|
|
openai = "^2.29.0"
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["poetry-core"]
|
||
|
|
build-backend = "poetry.core.masonry.api"
|