broadfield-dev commited on
Commit
efff37f
·
verified ·
1 Parent(s): b53d446

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  Flask==2.3.3
2
  gunicorn==21.2.0
 
3
  # Existing requirements
4
  pdf2image==1.17.0
5
  pytesseract==0.3.13
@@ -7,4 +8,4 @@ pdfplumber==0.11.4
7
  Pillow==10.4.0
8
  requests==2.32.3
9
  huggingface_hub==0.25.1
10
- werkzeug==2.3.7 # Pinning werkzeug as sometimes latest has issues with older Flask
 
1
  Flask==2.3.3
2
  gunicorn==21.2.0
3
+ gevent==23.9.1 # Added for gunicorn worker
4
  # Existing requirements
5
  pdf2image==1.17.0
6
  pytesseract==0.3.13
 
8
  Pillow==10.4.0
9
  requests==2.32.3
10
  huggingface_hub==0.25.1
11
+ werkzeug==2.3.7