Athspi commited on
Commit
76cc36e
·
verified ·
1 Parent(s): 3fd0067

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,8 +1,10 @@
1
- gradio
2
  google-genai
3
- opencv-python
4
- pydub
5
- pillow
6
- mss
7
- numpy
8
- soundfile
 
 
 
 
 
1
  google-genai
2
+ gradio
3
+ requests
4
+ markdownify
5
+ urllib3
6
+ Pillow # For image processing (optional)
7
+ pandas # For data analysis (optional)
8
+ matplotlib # For plotting (optional)
9
+ selenium # For browser automation (optional)
10
+ webdriver-manager # For browser automation (optional)