-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
48 lines (39 loc) · 863 Bytes
/
requirements.txt
File metadata and controls
48 lines (39 loc) · 863 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Core Framework Dependencies
crewai>=0.70.0
streamlit>=1.30.0
# LLM and AI Model Dependencies
langchain>=0.1.0
langchain-community>=0.0.20
langchain-core>=0.1.0
langchain-ollama>=0.1.0
ollama>=0.1.0
openai>=1.70.0,<2.0.0
litellm>=1.0.0,<2.0.0
# Web Search and Scraping
duckduckgo-search>=5.0.0
beautifulsoup4>=4.12.0
requests>=2.31.0
lxml>=4.9.0
selenium>=4.15.0
webdriver-manager>=4.0.0
# HTML Processing and Generation
markdown>=3.4.0
jinja2>=3.1.0
html5lib>=1.1
# Data Processing
pandas>=2.0.0
python-dotenv>=1.0.0
# Utilities
pydantic>=2.0.0
pydantic-settings>=2.0.0
tenacity>=8.0.0
# Streamlit Session State Management
streamlit-extras>=0.3.0
# Optional but Recommended
python-dateutil>=2.8.0
pytz>=2023.3
# For better text processing
nltk>=3.8.0
tiktoken>=0.5.0
# For JSON handling
jsonschema>=4.17.0