Update requirements.txt
Browse files- requirements.txt +10 -13
requirements.txt
CHANGED
|
@@ -1,13 +1,10 @@
|
|
| 1 |
-
Flask
|
| 2 |
-
requests
|
| 3 |
-
python-dotenv
|
| 4 |
-
Werkzeug
|
| 5 |
-
regex
|
| 6 |
-
together
|
| 7 |
-
crewai
|
| 8 |
-
langchain-openai
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
composio-crewai==0.1.0 # Update this to the correct version as needed
|
| 12 |
-
lawgenie==0.1.0 # Update this to the correct version as needed
|
| 13 |
-
RUN pip install --upgrade pip
|
|
|
|
| 1 |
+
Flask
|
| 2 |
+
requests
|
| 3 |
+
python-dotenv
|
| 4 |
+
Werkzeug
|
| 5 |
+
regex
|
| 6 |
+
together
|
| 7 |
+
crewai
|
| 8 |
+
langchain-openai
|
| 9 |
+
streamlit
|
| 10 |
+
composio-crewai
|
|
|
|
|
|
|
|
|