Files
AI-ifsp-chatbot-editais/agent/pyproject.toml
2025-09-25 16:56:01 -03:00

21 lines
391 B
TOML

[tool.poetry]
name = "agent"
version = "0.1.0"
description = "Agente edital IFSP"
authors = ["Lucas DNX"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
langchain-core = "^0.3.75"
langchain = "^0.3.27"
boto3 = "^1.40.19"
langchain-aws = "^0.2.31"
dotenv = "^0.9.9"
langgraph = "^0.6.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"