AnesKAM commited on
Commit
252879e
·
verified ·
1 Parent(s): 228d597

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- flask>=3.0.0
2
- flask-cors>=4.0.0
 
3
  requests>=2.31.0
4
  python-docx>=1.1.0
5
  python-pptx>=0.6.23
@@ -8,4 +9,5 @@ reportlab>=4.0.0
8
  gTTS>=2.5.0
9
  beautifulsoup4>=4.12.0
10
  PyPDF2>=3.0.0
11
- g4f>=0.3.0
 
 
1
+ fastapi>=0.104.0
2
+ uvicorn[standard]>=0.24.0
3
+ python-multipart>=0.0.6
4
  requests>=2.31.0
5
  python-docx>=1.1.0
6
  python-pptx>=0.6.23
 
9
  gTTS>=2.5.0
10
  beautifulsoup4>=4.12.0
11
  PyPDF2>=3.0.0
12
+ g4f>=0.3.0
13
+ pydantic>=2.5.0