Update requirements.txt
Browse files- requirements.txt +26 -5
requirements.txt
CHANGED
@@ -1,5 +1,26 @@
|
|
1 |
-
|
2 |
-
smolagents
|
3 |
-
requests
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core libraries
|
2 |
+
smolagents>=0.0.5
|
3 |
+
requests>=2.28.0
|
4 |
+
pandas>=1.5.0
|
5 |
+
pytz>=2023.3
|
6 |
+
PyYAML>=6.0
|
7 |
+
duckduckgo_search>=4.1.0
|
8 |
+
|
9 |
+
# UI and visualization
|
10 |
+
gradio>=3.50.0
|
11 |
+
matplotlib>=3.7.0
|
12 |
+
seaborn>=0.12.0
|
13 |
+
|
14 |
+
# Date and time handling
|
15 |
+
python-dateutil>=2.8.2
|
16 |
+
|
17 |
+
# Text processing
|
18 |
+
markdownify>=0.11.0
|
19 |
+
beautifulsoup4>=4.12.0
|
20 |
+
lxml>=4.9.0
|
21 |
+
|
22 |
+
# Optional but recommended for expanded functionality
|
23 |
+
googletrans-py>=4.0.0 # For translation if implemented
|
24 |
+
wikipedia>=1.4.0 # For destination information
|
25 |
+
pillow>=10.0.0 # For image processing if needed
|
26 |
+
countryinfo>=0.1.2 # For country data
|