26 lines
456 B
Plaintext
26 lines
456 B
Plaintext
# ==================== Core Common Dependencies ====================
|
|
python-dotenv
|
|
requests
|
|
Pillow
|
|
pyperclip
|
|
typing-extensions
|
|
|
|
# ==================== DroidBot Core Dependencies ====================
|
|
networkx
|
|
opencv-python
|
|
numpy>=2.0 # Required by opencv-python >= 4.13
|
|
torch
|
|
torchvision
|
|
gym
|
|
imageio
|
|
easyocr
|
|
transformers
|
|
supervision
|
|
ultralytics
|
|
google-api-python-client
|
|
google-auth-httplib2
|
|
google-auth-oauthlib
|
|
hf_xet
|
|
redis
|
|
onnxruntime
|
|
anticaptchaofficial |