Update requirements.txt
Browse files- requirements.txt +8 -13
requirements.txt
CHANGED
|
@@ -1,17 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
google-generativeai>=0.8.0
|
|
|
|
| 4 |
python-docx==1.1.0
|
| 5 |
PyPDF2==3.0.1
|
| 6 |
-
python-dotenv==1.0.0
|
| 7 |
gunicorn==21.2.0
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
PyPDF2
|
| 14 |
-
texlive-latex-base
|
| 15 |
-
texlive-latex-extra
|
| 16 |
-
texlive-fonts-recommended
|
| 17 |
-
latexmk
|
|
|
|
| 1 |
+
Flask==3.0.0
|
| 2 |
+
Flask-Cors==4.0.0
|
| 3 |
google-generativeai>=0.8.0
|
| 4 |
+
python-dotenv==1.0.0
|
| 5 |
python-docx==1.1.0
|
| 6 |
PyPDF2==3.0.1
|
|
|
|
| 7 |
gunicorn==21.2.0
|
| 8 |
+
|
| 9 |
+
pylatexenc==2.10
|
| 10 |
+
latex2mathml==3.78.1
|
| 11 |
+
sympy==1.14.0
|
| 12 |
+
matplotlib==3.10.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|