mgbam commited on
Commit
3367cd0
·
verified ·
1 Parent(s): f2902cc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt CHANGED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core application and AI
2
+ gradio
3
+ google-generativeai
4
+ python-dotenv
5
+
6
+ # For asynchronous HTTP requests (essential for performance)
7
+ aiohttp
8
+ async-timeout
9
+
10
+ # For parsing some API responses
11
+ lxml
12
+ pandas