-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
44 lines (35 loc) · 997 Bytes
/
requirements.txt
File metadata and controls
44 lines (35 loc) · 997 Bytes
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
# ANA MAX - Python Dependencies
# Install: pip install -r requirements.txt
# Core MCP
pydantic==2.10.5
requests==2.32.5
urllib3==1.26.18
chardet==5.2.0
python-dotenv==1.0.1
flask==3.1.3
# Desktop Automation
pywinauto>=0.6.8
psutil>=5.9.0
# Web & Browser
selenium>=4.15.0
beautifulsoup4>=4.12.0
# Code Intelligence
watchdog>=3.0.0
chardet>=5.2.0
# Security Tools
frida>=16.1.0
cryptography>=41.0.0
# Utilities
pyyaml>=6.0
colorama>=0.4.6
Pillow>=10.0.0
# AI Core Tools (NEW - 2026-05-15)
pywin32>=306 # window_manager, clipboard_manager (Win32 API)
mss>=9.0.0 # screenshots pentru OCR
# OCR - Vision AI (FREE - enabled by default)
paddleocr>=2.7.0 # Recommended (more accurate)
paddlepaddle>=2.5.0 # Required by paddleocr
# pytesseract>=0.3.10 # Alternative (requires Tesseract installed separately)
# Optional - Voice & Notifications (for context_engine)
# pyttsx3>=2.90 # Text-to-speech (JARVIS voice)
# win10toast>=0.9 # Windows toast notifications