20 lines
370 B
TOML
20 lines
370 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"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|