Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask==2.3.2
|
2 |
+
flask-socketio==5.3.6
|
3 |
+
requests==2.32.3
|
4 |
+
datasets==2.20.0
|
5 |
+
sentence-transformers==2.7.0
|
6 |
+
faiss-cpu==1.7.4
|
7 |
+
python-dotenv==1.0.0
|
8 |
+
gunicorn==20.1.0
|
9 |
+
huggingface_hub==0.23.0
|
10 |
+
numpy==1.26.4
|
11 |
+
eventlet==0.33.3
|
12 |
+
beautifulsoup4==4.12.3 # For scraper_module
|
13 |
+
duckduckgo-search==5.3.1b1 # Ensure this is present or add it
|
14 |
+
googlesearch-python==1.2.3 # Add back
|