JeCabrera commited on
Commit
b687eb7
·
unverified ·
1 Parent(s): 9407a94

Update requirements.txt to include new dependencies

Browse files

Added FastAPI, Uvicorn, Google Generative AI, Pydantic, Aiofiles, and Python Multipart to requirements.

Files changed (1) hide show
  1. requirements.txt +7 -4
requirements.txt CHANGED
@@ -1,4 +1,7 @@
1
- google-genai
2
- streamlit
3
- joblib
4
- python-dotenv
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn==0.24.0
3
+ google-generativeai==0.3.0
4
+ python-dotenv==1.0.0
5
+ pydantic==2.5.0
6
+ aiofiles==23.2.1
7
+ python-multipart==0.0.6