-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathrequirements.txt
More file actions
50 lines (39 loc) · 1.01 KB
/
Copy pathrequirements.txt
File metadata and controls
50 lines (39 loc) · 1.01 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Core AI and Agent dependencies
google-adk>=0.1.0
google-genai>=0.7.0
# Configuration and environment
python-dotenv>=1.0.0
pyyaml>=6.0.0
# Data processing
pandas>=2.0.0
# HTTP requests and web scraping
requests>=2.31.0
beautifulsoup4>=4.12.0
lxml>=4.9.0
html5lib>=1.1
# Document processing
python-docx>=0.8.11
# Langchain ecosystem for search
langchain>=0.1.0
langchain-community>=0.0.20
tavily-python>=0.3.0
# Async HTTP and file handling
aiohttp>=3.8.0
aiofiles>=23.0.0
nest_asyncio>=1.5.0
# Web automation with Playwright
playwright>=1.40.0
# FastAPI and API dependencies
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
websockets>=11.0.0
pydantic>=2.4.0
# Type hints and compatibility
typing-extensions>=4.0.0
# Development and CLI utilities
tqdm>=4.65.0
colorama>=0.4.6
colorlog>=6.0.0
# Note: The following packages are built into Python and don't need to be installed:
# sqlite3, os, sys, json, time, datetime, asyncio, logging, argparse, pathlib,
# hashlib, glob, subprocess, threading, concurrent.futures, signal, re