33 lines
No EOL
465 B
Text
33 lines
No EOL
465 B
Text
# Core dependencies
|
|
opencv-python>=4.8.0
|
|
pytesseract>=0.3.10
|
|
mss>=9.0.1
|
|
pyautogui>=0.9.54
|
|
pynput>=1.7.6
|
|
Pillow>=10.0.0
|
|
numpy>=1.24.0
|
|
pyyaml>=6.0
|
|
|
|
# Web dashboard
|
|
fastapi>=0.103.0
|
|
uvicorn>=0.23.0
|
|
jinja2>=3.1.0
|
|
|
|
# Pathfinding
|
|
networkx>=3.1
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0
|
|
colorlog>=6.7.0
|
|
psutil>=5.9.0
|
|
|
|
# Development
|
|
pytest>=7.4.0
|
|
pytest-cov>=4.1.0
|
|
black>=23.0.0
|
|
mypy>=1.5.0
|
|
flake8>=6.0.0
|
|
|
|
# Optional: Advanced computer vision
|
|
# scikit-image>=0.21.0
|
|
# scipy>=1.11.0 |