Update requirements.txt
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
-
Flask
|
| 2 |
-
requests
|
| 3 |
-
python-dotenv
|
| 4 |
-
Werkzeug
|
| 5 |
-
regex
|
| 6 |
-
together
|
| 7 |
-
crewai
|
| 8 |
-
langchain-openai
|
| 9 |
-
pydantic
|
| 10 |
-
streamlit
|
| 11 |
-
composio-crewai
|
| 12 |
-
lawgenie
|
|
|
|
|
|
| 1 |
+
Flask==2.0.3
|
| 2 |
+
requests==2.26.0
|
| 3 |
+
python-dotenv==0.19.2
|
| 4 |
+
Werkzeug==2.0.3
|
| 5 |
+
regex==2021.11.10
|
| 6 |
+
together==1.3.3 # Updated to a valid version
|
| 7 |
+
crewai==0.1.0 # Update this to the correct version as needed
|
| 8 |
+
langchain-openai==0.0.1 # Update this to the correct version as needed
|
| 9 |
+
pydantic==1.8.2
|
| 10 |
+
streamlit==1.10.0
|
| 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
|