Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
streamlit>=1.32.0
|
2 |
-
anthropic==0.7.4
|
3 |
python-dotenv>=1.0.0
|
4 |
-
|
5 |
-
|
6 |
-
#
|
7 |
-
#
|
|
|
|
|
|
|
|
|
|
1 |
streamlit>=1.32.0
|
|
|
2 |
python-dotenv>=1.0.0
|
3 |
+
anthropic>=0.24.0
|
4 |
+
|
5 |
+
# The following are no longer needed:
|
6 |
+
# openai>=1.0.0
|
7 |
+
# pyttsx3==2.98
|
8 |
+
# google-generativeai
|
9 |
+
# gradio
|
10 |
+
|