Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
streamlit
|
| 2 |
qdrant-client
|
| 3 |
sentence-transformers
|
|
|
|
|
|
|
| 4 |
libcst
|
| 5 |
shortuuid
|
| 6 |
GitPython
|
|
|
|
| 1 |
streamlit
|
| 2 |
qdrant-client
|
| 3 |
sentence-transformers
|
| 4 |
+
groq
|
| 5 |
+
python-dotenv
|
| 6 |
libcst
|
| 7 |
shortuuid
|
| 8 |
GitPython
|