-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
59 lines (52 loc) · 2.2 KB
/
Copy pathrequirements.txt
File metadata and controls
59 lines (52 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Core Flask Dependencies
Flask==3.1.0
Flask-Cors==5.0.0
python-dotenv==1.0.1
# Google AI Dependencies
google-generativeai==0.8.3
google-api-core==2.24.0
google-auth==2.37.0
# Text-to-Speech (with fallback for production)
gTTS==2.5.4
pygame==2.6.1
# Speech Recognition (commented out for deployment - works locally only)
# SpeechRecognition==3.10.0
# PyAudio==0.2.14
# Web Scraping & APIs
requests==2.32.3
beautifulsoup4==4.12.3
# System Monitoring
psutil==6.1.0
# Core Dependencies
certifi==2024.12.14
charset-normalizer==3.4.1
click==8.1.8
idna==3.10
itsdangerous==2.2.0
Jinja2==3.1.5
MarkupSafe==3.0.2
packaging==24.2
protobuf==5.29.2
pydantic==2.10.4
pydantic_core==2.27.2
# Additional Dependencies
grpcio==1.69.0
googleapis-common-protos==1.66.0
httplib2==0.22.0
cachetools==5.5.0
pyasn1==0.6.1
pyasn1_modules==0.4.1
proto-plus==1.25.0
grpcio-status==1.69.0
rsa==4.9
six==1.17.0
sounddevice==0.5.1
soupsieve==2.6
SpeechRecognition==3.13.0
tqdm==4.67.1
typing_extensions==4.12.2
tzdata==2024.2
tzlocal==5.2
uritemplate==4.1.1
urllib3==2.3.0
Werkzeug==3.1.3