Latest fixes by Fable 5
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user