Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -8,6 +8,9 @@ google-api-python-client
|
|
8 |
google-auth-httplib2
|
9 |
google-auth-oauthlib
|
10 |
pandas
|
|
|
|
|
|
|
11 |
numpy
|
12 |
matplotlib
|
13 |
python-dotenv
|
|
|
8 |
google-auth-httplib2
|
9 |
google-auth-oauthlib
|
10 |
pandas
|
11 |
+
PyAudio==0.2.14
|
12 |
+
pydantic==2.10.6
|
13 |
+
pydantic_core==2.27.2
|
14 |
numpy
|
15 |
matplotlib
|
16 |
python-dotenv
|