Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
streamlit==1.32.0
|
2 |
-
openai
|
3 |
-
python-dotenv==1.0.1
|
4 |
-
gitpython==3.1.42
|
5 |
-
anthropic==0.18.1
|
6 |
tiktoken==0.6.0
|
|
|
1 |
+
streamlit==1.32.0
|
2 |
+
openai
|
3 |
+
python-dotenv==1.0.1
|
4 |
+
gitpython==3.1.42
|
5 |
+
anthropic==0.18.1
|
6 |
tiktoken==0.6.0
|