Update requirements.txt to include new dependencies
Browse filesAdded FastAPI, Uvicorn, Google Generative AI, Pydantic, Aiofiles, and Python Multipart to requirements.
- requirements.txt +7 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 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
|