Charan5775 commited on
Commit
1bb88a8
·
verified ·
1 Parent(s): b3901a6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- fastapi
2
- uvicorn
3
- transformers
4
- torch
5
- torchvision
 
1
+ fastapi>=0.68.0
2
+ uvicorn>=0.15.0
3
+ huggingface-hub>=0.20.1
4
+ pydantic>=2.0.0
5
+ python-dotenv>=0.19.0