-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (25 loc) · 757 Bytes
/
pyproject.toml
File metadata and controls
25 lines (25 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[project]
name = "audagent"
version = "0.1.0"
description = "A tool for automated and visualized auditing of privacy policy compliance in AI agents."
requires-python = ">=3.13"
dependencies = [
"aiohttp>=3.13.1",
"anthropic==0.71.0",
"autogen-agentchat==0.7.5",
"autogen-ext==0.7.5",
"fastapi>=0.119.1",
"httpcore>=1.0.9",
"httpx>=0.28.1",
"jsonpath-ng>=1.7.0",
"openai>=2.7.2",
"pip>=25.3",
"presidio-analyzer>=2.2.360",
"pydantic>=2.12.3",
"pytest>=8.4.2",
"python-dotenv>=1.1.1",
"tiktoken>=0.12.0",
"uvicorn>=0.38.0",
"websockets>=15.0.1",
"en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.8.0/en_core_web_lg-3.8.0-py3-none-any.whl",
]