varshakolanu commited on
Commit
6a7fc58
·
verified ·
1 Parent(s): b2b6961

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- fastapi
2
- uvicorn
3
- transformers
4
- torch
5
- simple salesforce
 
 
1
+ fastapi==0.115.0
2
+ uvicorn==0.30.6
3
+ simple-salesforce==1.12.6
4
+ requests==2.32.3
5
+ pydantic==2.9.2
6
+ python-dotenv==1.0.1