-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (31 loc) · 821 Bytes
/
Copy pathpyproject.toml
File metadata and controls
31 lines (31 loc) · 821 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
26
27
28
29
30
31
[project]
name = "complianceqapipeline"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"azure-identity>=1.25.1",
"azure-monitor-opentelemetry>=1.8.3",
"azure-search-documents>=11.6.0",
"azure-storage-blob>=12.27.1",
"fastapi>=0.128.0",
"firecrawl-py>=4.12.0",
"langchain>=1.2.0",
"langchain-community>=0.4.1",
"langchain-openai>=1.1.6",
"langgraph>=1.0.5",
"langsmith>=0.5.2",
"opentelemetry-instrumentation-fastapi>=0.60b0",
"pandas>=2.3.3",
"psycopg2-binary>=2.9.11",
"pydantic>=2.12.5",
"pypdf>=6.5.0",
"python-dotenv>=1.2.1",
"redis>=7.1.0",
"requests>=2.32.5",
"sqlalchemy>=2.0.45",
"streamlit>=1.52.2",
"uvicorn>=0.40.0",
"yt-dlp>=2025.1.12",
]