Latest fixes by Fable 5

This commit is contained in:
Jeremias
2026-07-17 21:42:41 +00:00
parent 137beae962
commit 5b904cab08
3 changed files with 245 additions and 105 deletions

22
pyproject.toml Normal file
View File

@@ -0,0 +1,22 @@
[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"