gahanmakwana commited on
Commit
b5dac5c
·
1 Parent(s): fc8726e

fix: add markupsafe dependency

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- flask
2
- paddleocr
3
- paddlepaddle
4
- shapely==2.1.0
 
5
  scikit-image==0.18.3
6
  imgaug==0.4.0
7
  pyclipper
@@ -10,8 +11,7 @@ tqdm
10
  numpy==1.24.3
11
  visualdl
12
  python-Levenshtein
13
- opencv-contrib-python==4.8.0.74
14
  werkzeug==2.2.3
15
  markupsafe
16
  click
17
- blinker
 
1
+ flask==3.0.2
2
+ paddleocr==2.7.0.2
3
+ paddlepaddle==2.5.2
4
+ opencv-python-headless==4.8.1.78
5
+ shapely==2.0.1
6
  scikit-image==0.18.3
7
  imgaug==0.4.0
8
  pyclipper
 
11
  numpy==1.24.3
12
  visualdl
13
  python-Levenshtein
 
14
  werkzeug==2.2.3
15
  markupsafe
16
  click
17
+ blinker