-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
64 lines (48 loc) · 1.29 KB
/
requirements-dev.txt
File metadata and controls
64 lines (48 loc) · 1.29 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
# ==========================================
# Steam Library Manager - Developer Requirements
# ==========================================
# ===== GUI Framework =====
PyQt6>=6.7.1
# pyqt6-sip is auto-installed by PyQt6
# ===== System Tools =====
psutil>=6.1.0
# ===== Development Environment =====
python-dotenv>=1.0.1
# ===== Image Processing =====
Pillow>=11.0.0
# ===== Steam File Parsing =====
vdf>=3.4
# ===== YAML Parsing (Bottles integration) =====
PyYAML>=6.0
# ===== Web Scraping =====
beautifulsoup4>=4.12.0
lxml>=5.0.0
# ===== HTTP & APIs =====
requests>=2.32.0
requests-oauthlib>=2.0.0
qrcode>=8.0
# ===== Steam Integration =====
steam>=1.4.4
# ===== Protobuf (for Steam Manifests) =====
# manifest_pb2.py regenerated for modern protobuf (AddSerializedFile API).
protobuf>=4.21.0
# ===== Web UI =====
pywebview>=5.3.2
pyqt6-webengine>=6.7.0
Flask>=3.0.0
# ===== Async HTTP =====
aiohttp>=3.10.0
# ===== Cloud Sync (optional providers) =====
webdavclient3>=3.14.6
# rclone: install via package manager (pacman -S rclone), not pip
# ===== Testing =====
pytest>=8.3.0
pytest-qt>=4.2.0
pytest-cov>=5.0.0
# ===== Code Quality =====
# black MUST be pinned — different versions reformat differently
black==26.1.0
flake8>=7.1.0
mypy>=1.13.0
# ===== Documentation (optional) =====
sphinx>=8.0.0