omgy commited on
Commit
6b8e56e
·
verified ·
1 Parent(s): 49c3062

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -13
requirements.txt CHANGED
@@ -1,17 +1,12 @@
1
- flask==3.0.0
2
- flask-cors==4.0.0
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
- pylatexenc
9
- latex2mathml
10
- sympy
11
- matplotlib
12
- python-docx
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