Red-Teaming-Playground-Tristan/pyproject.toml
2025-06-06 09:05:15 +02:00

12 lines
239 B
TOML

[project]
name = "red-teaming"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"chainlit>=2.5.5",
"langchain>=0.3.25",
"langchain-together>=0.3.0",
]