root-sajjan commited on
Commit
e4e6efd
·
verified ·
1 Parent(s): 224d736

added pydantic

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -10
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
- fastapi[all]
2
- ultralytics==8.2.52
3
- ultralytics-thop==2.0.0
4
- torch==2.2.2
5
- pytesseract==0.3.10
6
- pillow==11.0.0
7
- nltk==3.9.1
8
- transformers @ git+https://github.com/huggingface/transformers@e6889961761eba27ac13a30aa12444a6f4406f78
9
- huggingface-hub==0.24.6
10
- # python 3.11.4
 
 
1
+ fastapi[all]
2
+ ultralytics==8.2.52
3
+ ultralytics-thop==2.0.0
4
+ torch==2.2.2
5
+ pytesseract==0.3.10
6
+ pillow==11.0.0
7
+ nltk==3.9.1
8
+ transformers @ git+https://github.com/huggingface/transformers@e6889961761eba27ac13a30aa12444a6f4406f78
9
+ huggingface-hub==0.24.6
10
+ # python 3.11.4
11
+ pydantic