/ AIG-PromptSecurity / pyproject.toml
pyproject.toml
 1  [project]
 2  name = "aig-promptsecurity"
 3  version = "0.1.0"
 4  description = "The LLM Red Teaming Framework"
 5  readme = "README.md"
 6  requires-python = ">=3.12"
 7  dependencies = [
 8      "aiohttp>=3.11.18",
 9      "deepeval>=2.9.7,<3.7.6",
10      "ecoji>=0.1.1",
11      "grpcio>=1.67.1",
12      "jieba>=0.42.1",
13      "loguru>=0.7.3",
14      "openai>=1.76.2",
15      "openpyxl>=3.1.5",
16      "pandas>=2.3.0",
17      "pyahocorasick>=2.2.0",
18      "pyarrow>=21.0.0",
19      "requests>=2.31.0",
20      "tabulate>=0.9.0",
21      "tqdm>=4.66.1",
22      "xlrd>=2.0.2",
23      "zalgolib>=0.2.2",
24  ]