forked from irfan420x/DDOS-XO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
57 lines (47 loc) · 1.01 KB
/
requirements.txt
File metadata and controls
57 lines (47 loc) · 1.01 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
# LUNA-ULTRA (DDOS-XO) - Complete Requirements
# Install with: pip install -r requirements.txt
# Core Dependencies
pyyaml>=6.0
requests>=2.31.0
openai>=1.0.0
anthropic>=0.18.0
google-generativeai>=0.3.0
pydantic>=2.0.0
aiohttp>=3.9.0
python-dotenv>=1.0.0
psutil>=5.9.0
# Data Processing
numpy>=1.24.0
pandas>=2.0.0
scikit-learn>=1.3.0
# Vision & OCR
pillow>=10.0.0
opencv-python>=4.8.0
pytesseract>=0.3.10
# Note: pytesseract requires tesseract-ocr system package
# Install with: sudo apt-get install tesseract-ocr (Linux)
# brew install tesseract (macOS)
# GUI Framework
PyQt6>=6.5.0
qtawesome>=1.2.3
# Automation & Control
pynput>=1.7.6
pyautogui>=0.9.54
selenium>=4.15.0
webdriver-manager>=4.0.0
# Web Scraping
beautifulsoup4>=4.12.0
# Memory & Vector Store
chromadb>=0.4.0
sentence-transformers>=2.2.0
# Voice & Audio
gTTS>=2.4.0
pygame>=2.5.0
sounddevice>=0.4.6
soundfile>=0.12.1
SpeechRecognition>=3.10.0
# Telegram Bot
python-telegram-bot>=20.0
# Web Framework (Optional)
fastapi>=0.104.0
uvicorn>=0.24.0