mgbam commited on
Commit
473b892
·
verified ·
1 Parent(s): 128dfba

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -6,16 +6,16 @@ uvicorn[standard]
6
  gradio==5.37.0
7
  huggingface_hub==0.33.4
8
  python-dotenv==1.1.1
9
- tavily
10
 
11
  # File Processing
12
  PyPDF2==3.0.1
13
  python-docx==1.2.0
14
  pytesseract==0.3.13
15
  Pillow==11.3.0
16
- opencv-python-headless # <-- This is the corrected line
17
 
18
- # Dependencies (can be good to pin them)
19
  beautifulsoup4
20
  html2text
21
  requests
 
6
  gradio==5.37.0
7
  huggingface_hub==0.33.4
8
  python-dotenv==1.1.1
9
+ tavily-python # <-- This is the corrected line
10
 
11
  # File Processing
12
  PyPDF2==3.0.1
13
  python-docx==1.2.0
14
  pytesseract==0.3.13
15
  Pillow==11.3.0
16
+ opencv-python-headless # <-- This is the previous fix, which is correct
17
 
18
+ # Dependencies
19
  beautifulsoup4
20
  html2text
21
  requests