Hadiil commited on
Commit
8c99f7f
·
verified ·
1 Parent(s): e98915a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -10
requirements.txt CHANGED
@@ -1,10 +1,12 @@
1
- fastapi==0.74.*
2
- requests==2.31.*
3
- uvicorn
4
- sentencepiece
5
- torch
6
- transformers
7
- pillow
8
- python-multipart
9
- pymupdf
10
- python-docx
 
 
 
1
+ fastapi==0.74.*
2
+ requests==2.31.*
3
+ uvicorn
4
+ sentencepiece
5
+ torch
6
+ transformers
7
+ pillow
8
+ python-multipart
9
+ pymupdf
10
+ python-docx
11
+ fastapi-cache==0.1.1
12
+ redis==4.5.4