Midnightar commited on
Commit
a952476
·
verified ·
1 Parent(s): 0fc2bf7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
  fastapi
2
  uvicorn
3
- python-multipart
4
- pillow
5
  easyocr
6
  opencv-python-headless
7
  numpy
 
8
  torch
9
- torchvision
 
 
 
1
  fastapi
2
  uvicorn
 
 
3
  easyocr
4
  opencv-python-headless
5
  numpy
6
+ python-multipart
7
  torch
8
+ torchvision
9
+ Pillow
10
+ requests