File size: 375 Bytes
4e257c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core dependencies
smolagents>=0.1.0
gradio>=4.0.0
pyyaml>=6.0.1
pytz>=2024.1
requests>=2.31.0

# For text analysis and NLP
textblob>=0.17.1
nltk>=3.8.1

# For web scraping and URL processing
beautifulsoup4>=4.12.3
validators>=0.22.0

# For data visualization
matplotlib>=3.8.2
numpy>=1.26.4

# Development dependencies
pytest>=8.0.0
black>=24.1.1
isort>=5.13.2
mypy>=1.8.0