Spaces:
Sleeping
Sleeping
gefiwek187
commited on
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
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
|
5 |
crewai
|
6 |
openai
|
7 |
newsapi-python
|
|
|
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==0.1.0
|
5 |
crewai
|
6 |
openai
|
7 |
newsapi-python
|