19 lines
495 B
TOML
19 lines
495 B
TOML
[tool.poetry]
|
|
name = "simple-roast-bot"
|
|
version = "0.1.0"
|
|
description = "Simple Discord bot with Honcho storage backend (that will roast you)"
|
|
authors = ["vintro <vince@plasticlabs.ai>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
py-cord = "^2.4.1"
|
|
python-dotenv = "^1.0.0"
|
|
langchain-core = "^0.1.12"
|
|
langchain-openai = "^0.0.2.post1"
|
|
honcho-ai = {path = "../../../sdk", develop = true}
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|