meccatronis commited on
Commit
ee380c1
·
verified ·
1 Parent(s): 24150c5

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +43 -0
requirements.txt ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Android Data Recovery - Dependencies
2
+ # Python 3.8+
3
+
4
+ # GUI Framework
5
+ PyQt6>=6.4.0
6
+ PyQt6-Qt6>=6.4.0
7
+ PyQt6-sip>=13.4.0
8
+ pyqt6-stubs>=2025.0.0
9
+
10
+ # ADB Interface
11
+ pure-python-adb>=0.3.0.dev0
12
+ adb-shell>=0.4.3
13
+
14
+ # File System Analysis
15
+ python-magic>=0.4.27
16
+ filetype>=1.2.0
17
+
18
+ # Database Recovery (SQLite)
19
+ sqlite-utils>=3.35
20
+
21
+ # Image Processing
22
+ Pillow>=10.0.0
23
+
24
+ # Data Export
25
+ openpyxl>=3.1.2
26
+ python-docx>=0.8.11
27
+
28
+ # Progress and Logging
29
+ tqdm>=4.65.0
30
+ colorlog>=6.7.0
31
+
32
+ # System utilities
33
+ psutil>=5.9.0
34
+ humanize>=4.6.0
35
+
36
+ # Async support
37
+ aiofiles>=23.1.0
38
+
39
+ # Configuration
40
+ pyyaml>=6.0
41
+
42
+ # Cryptography (for encrypted backups)
43
+ pycryptodome>=3.18.0