-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
71 lines (55 loc) · 1.82 KB
/
Copy pathrequirements.txt
File metadata and controls
71 lines (55 loc) · 1.82 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
60
61
62
63
64
65
66
67
68
69
70
71
# EncodeForge Requirements
# Python 3.10+ required
# ==================== UI Framework ====================
PySide6>=6.6.0
PySide6-Addons>=6.6.0
PySide6-Essentials>=6.6.0
# Modern Qt Widgets (Free version only)
PyQt-Fluent-Widgets>=1.5.0
qtawesome>=1.3.0
# ==================== Build & Compilation ====================
Nuitka>=2.4.9
ordered-set>=4.1.0
zstandard>=0.22.0
# ==================== Notifications ====================
desktop-notifier>=3.5.0
# ==================== HTTP & Web Scraping ====================
requests>=2.31.0
beautifulsoup4>=4.12.0
lxml>=4.9.0
curl-cffi>=0.6.0
httpx>=0.25.0
# ==================== Video/Audio Processing ====================
ffmpeg-python>=0.2.0
mutagen>=1.47.0
# ==================== AI/ML - Subtitle Generation ====================
# faster-whisper: CTranslate2 backend — much faster than openai-whisper,
# no manual PyTorch/CUDA wheel selection required.
faster-whisper>=1.2.1
# ==================== Data Processing ====================
pandas>=2.0.0
numpy>=1.24.0
# ==================== File Operations ====================
pathlib>=1.0.1
chardet>=5.2.0
python-magic-bin>=0.4.14; platform_system=="Windows"
# ==================== Concurrency ====================
concurrent-log-handler>=0.9.24
# ==================== Configuration ====================
python-dotenv>=1.0.0
pyyaml>=6.0
# ==================== Logging ====================
colorlog>=6.8.0
# ==================== API Clients ====================
tmdbv3api>=1.9.0
# Note: TVDB, OpenSubtitles, etc. use requests directly
# ==================== Utilities ====================
tqdm>=4.66.0
click>=8.1.7
packaging>=23.0
# ==================== Development (Optional) ====================
# black>=23.0.0
# flake8>=6.0.0
# mypy>=1.0.0
# pytest>=7.0.0
# pytest-qt>=4.2.0