Добавил служебные файлы

This commit is contained in:
ProgramX 2026-03-20 10:25:56 +03:00
parent c567202209
commit 2ff065ce6e
4 changed files with 284 additions and 0 deletions

11
pyproject.toml Normal file
View file

@ -0,0 +1,11 @@
[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",
]