Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,7 @@ numpy>=1.26.4
|
|
| 4 |
soundfile>=0.12.1
|
| 5 |
google-genai>=0.6.0
|
| 6 |
gradio
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
soundfile>=0.12.1
|
| 5 |
google-genai>=0.6.0
|
| 6 |
gradio
|
| 7 |
+
pydantic>=2.7.0
|
| 8 |
+
pytest>=8.2.0
|
| 9 |
+
APScheduler>=3.10.0
|
| 10 |
+
git+https://github.com/tuteishygpt/CallsAnaliser/tree/Supabase
|