Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
google-generativeai
|
3 |
+
httpx # For async HTTP requests (better than 'requests' for async)
|
4 |
+
python-dotenv
|
5 |
+
# Add specific libraries for other APIs you use, e.g.:
|
6 |
+
# requests # If some APIs don't have good async libs or for simplicity
|
7 |
+
# pandas # If heavy data manipulation is needed
|
8 |
+
# Add the SerpApi library if you use their service:
|
9 |
+
# google-search-results
|