Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ dash==3.0.3
|
|
2 |
dash-bootstrap-components==2.0.2
|
3 |
requests
|
4 |
google-generativeai
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
2 |
dash-bootstrap-components==2.0.2
|
3 |
requests
|
4 |
google-generativeai
|
5 |
+
tenacity
|
6 |
+
python-docx
|
7 |
+
markdown
|
8 |
+
PyGithub
|