Update requirements.txt
Browse files- requirements.txt +11 -26
requirements.txt
CHANGED
@@ -1,26 +1,11 @@
|
|
1 |
-
streamlit
|
2 |
-
opencv-python
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
wave
|
13 |
-
google-ai-generativelanguage==0.6.6
|
14 |
-
google-api-core==2.19.2
|
15 |
-
google-api-python-client==2.143.0
|
16 |
-
google-auth==2.34.0
|
17 |
-
google-auth-httplib2==0.2.0
|
18 |
-
google-cloud-aiplatform==1.64.0
|
19 |
-
google-cloud-bigquery==3.25.0
|
20 |
-
google-cloud-core==2.4.1
|
21 |
-
google-cloud-resource-manager==1.12.5
|
22 |
-
google-cloud-storage==2.18.2
|
23 |
-
google-crc32c==1.5.0
|
24 |
-
google-generativeai==0.7.2
|
25 |
-
google-resumable-media==2.7.2
|
26 |
-
googleapis-common-protos==1.65.0
|
|
|
1 |
+
streamlit
|
2 |
+
opencv-python-headless
|
3 |
+
pyaudio
|
4 |
+
numpy
|
5 |
+
python-dotenv
|
6 |
+
pyautogui
|
7 |
+
keyboard
|
8 |
+
pywinauto
|
9 |
+
pygetwindow
|
10 |
+
wave
|
11 |
+
google-generative-ai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|