mgbam commited on
Commit
071faa6
·
verified ·
1 Parent(s): 8e45223

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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