Initial project structure: reusable isometric bot engine with D2R implementation
This commit is contained in:
commit
e0282a7111
44 changed files with 3433 additions and 0 deletions
33
requirements.txt
Normal file
33
requirements.txt
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue