22 lines
528 B
Plaintext
22 lines
528 B
Plaintext
# Core GUI
|
|
customtkinter>=5.2.0
|
|
Pillow>=10.0.0
|
|
|
|
# GPU Acceleration (optional — remove if no CUDA GPU)
|
|
cupy-cuda12x>=13.0.0
|
|
numba>=0.59.0
|
|
|
|
# Networking
|
|
requests[socks]>=2.31.0
|
|
aiohttp>=3.9.0
|
|
aiohttp-socks>=0.8.0
|
|
|
|
# Data Processing
|
|
numpy>=1.26.0
|
|
# pandas — removed (not used by any module)
|
|
# colorama — removed (not used)
|
|
# python-dotenv — removed (not used)
|
|
|
|
# Browser automation (optional — install manually if CAPTCHA browser mode needed)
|
|
# playwright>=1.40.0 (run: playwright install chromium after pip install)
|