Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,2 +1,7 @@
|
|
1 |
openai
|
2 |
-
scikit-learn
|
|
|
|
|
|
|
|
|
|
|
|
1 |
openai
|
2 |
+
scikit-learn
|
3 |
+
sqlite3
|
4 |
+
numpy
|
5 |
+
gradio
|
6 |
+
python-docx
|
7 |
+
PyPDF2
|