Spaces:
Runtime error
Runtime error
dwfefef
commited on
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Flask==2.2.2
|
2 |
+
Werkzeug==2.2.2 # Ensure you use a compatible version
|
3 |
+
gunicorn==20.1.0 # Optional: A WSGI server to run your app
|
4 |
+
langchain-community
|
5 |
+
crewai
|
6 |
+
openai
|
7 |
+
newsapi-python
|
8 |
+
duckduckgo-search
|