-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrequirements.txt
More file actions
42 lines (36 loc) · 933 Bytes
/
Copy pathrequirements.txt
File metadata and controls
42 lines (36 loc) · 933 Bytes
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
pyrogram>=2.0.106
python-dotenv>=1.0.0
tgcrypto>=1.2.5
g4f
pytz>=2023.3
# py3langid>=0.2.2
soundfile>=0.12.1
SpeechRecognition>=3.10.0
gTTS>=2.3.2
numpy>=1.24.0
pymongo>=4.5.0
pydub>=0.25.1
asyncio>=3.4.3
aiohttp>=3.8.5
requests>=2.31.0
pdfplumber>=0.10.0
python-docx
dotenv
# AI Provider - Groq
groq>=0.4.0
# Image and media processing
Pillow>=10.0.0
# Translation dependencies
deep-translator>=1.11.4 # More reliable translations with placeholder support
regex>=2023.10.3 # For regex pattern matching in placeholder detection
# System monitoring
psutil>=5.9.5 # System statistics for admin panel
# Performance optimization
uvloop>=0.17.0; platform_system != "Windows" # High-performance event loop (non-Windows)
orjson>=3.9.5 # Faster JSON serialization/deserialization
# Video generation and Google GenAI dependencies
google-genai>=0.3.0
google-cloud-storage>=2.16.0
google-auth>=2.29.0
protobuf>=4.25.3
grpcio>=1.62.2