prompt-injection-stand/pyproject.toml

11 lines
240 B
TOML

[project]
name = "prompt-injection-lab"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"loguru>=0.7.3",
"pydantic>=2.12.5",
"python-dotenv>=1.2.2",
]