forked from UndeadSec/SocialFish
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrequirements.txt
More file actions
96 lines (85 loc) · 1.97 KB
/
requirements.txt
File metadata and controls
96 lines (85 loc) · 1.97 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# =========================
# Core SocialFish Dependencies
# =========================
requests>=2.28.0
PyLaTeX>=1.4.0
python-nmap>=0.7.1
qrcode>=7.3.0
Flask>=2.2.0
colorama>=0.4.5
Flask-Login>=0.6.0
# =========================
# FINAL Enhanced Cloning Dependencies
# =========================
beautifulsoup4>=4.12.0
lxml>=4.9.0
selenium>=4.15.0
webdriver-manager>=4.0.0
# =========================
# Advanced Compression and Encoding Support
# =========================
brotli>=1.0.9
# =========================
# Enhanced Network and Security
# =========================
urllib3>=1.26.0
certifi>=2022.0.0
charset-normalizer>=3.0.0
# =========================
# Better HTML and CSS Processing
# =========================
html5lib>=1.1
cssutils>=2.6.0
# =========================
# Firefox WebDriver Support
# =========================
geckodriver-autoinstaller>=0.1.0
# =========================
# Async/Await Performance Enhancements
# =========================
aiohttp>=3.9.0
aiofiles>=23.2.0
# =========================
# Optional but Recommended
# =========================
Pillow>=9.0.0
python-dateutil>=2.8.0
pytz>=2022.0
# =========================
# Stealth and Browser Automation Tools
# =========================
undetected-chromedriver>=3.5.0
playwright>=1.40.0
# =========================
# Retry Logic and Backoff
# =========================
backoff>=2.2.0
retrying>=1.3.4
# =========================
# JavaScript and Frontend Asset Processing
# =========================
jsbeautifier>=1.14.0
# =========================
# 🔧 Built-in Python Modules (Do NOT Include Below in requirements.txt)
# ---------------------------------------------------------
# These are built into Python ≥3.6 and do not need installation:
# - asyncio
# - concurrent.futures
# - hashlib
# - json
# - re
# - time
# - threading
# - random
# - shutil
# - tempfile
# - pathlib
# - mimetypes
# - base64
# - functools
# - typing
# - dataclasses
# - collections
# - urllib.parse
# - logging
# =========================