12 lines
261 B
TOML
12 lines
261 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",
|
|
"pypdf2>=3.0.1",
|
|
"python-dotenv>=1.2.2",
|
|
]
|