2023-10-31 00:01:23 +00:00
|
|
|
[tool.poetry]
|
2023-10-31 07:06:02 +00:00
|
|
|
name = "guardrails-output-parser"
|
2023-10-31 00:01:23 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
description = ""
|
|
|
|
authors = []
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2023-11-07 23:15:18 +00:00
|
|
|
python = ">=3.9,<3.13"
|
2023-10-31 17:19:15 +00:00
|
|
|
langchain = ">=0.0.325"
|
2023-10-31 00:01:23 +00:00
|
|
|
openai = "^0.28.1"
|
|
|
|
guardrails-ai = "^0.2.4"
|
|
|
|
alt-profanity-check = "^1.3.1"
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
2023-11-03 20:15:29 +00:00
|
|
|
langchain-cli = ">=0.0.15"
|
2023-10-31 00:01:23 +00:00
|
|
|
fastapi = "^0.104.0"
|
|
|
|
sse-starlette = "^1.6.5"
|
|
|
|
|
|
|
|
[tool.langserve]
|
|
|
|
export_module = "guardrails_output_parser.chain"
|
|
|
|
export_attr = "chain"
|
|
|
|
|
|
|
|
[build-system]
|
2023-10-31 17:19:15 +00:00
|
|
|
requires = [
|
|
|
|
"poetry-core",
|
|
|
|
]
|
2023-10-31 00:01:23 +00:00
|
|
|
build-backend = "poetry.core.masonry.api"
|