Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
+
streamlit==1.37.1
|
| 3 |
+
python-dotenv==1.0.1
|
| 4 |
+
httpx==0.27.0
|
| 5 |
+
pydantic==2.8.2
|
| 6 |
+
google-adk==0.2.0 # Google Agent Development Kit
|
| 7 |
+
google-generativeai==0.8.3 # Gemini API client
|
| 8 |
+
pytz==2024.1
|