mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
41 lines
474 B
Plaintext
41 lines
474 B
Plaintext
# Image processing
|
|
numpy==1.24.3
|
|
scipy==1.10.1
|
|
pillow==9.5.0
|
|
opencv-python==4.7.0.72
|
|
|
|
# Device connection
|
|
adbutils==1.2.9
|
|
uiautomator2==2.16.17
|
|
uiautomator2cache==0.3.1
|
|
wrapt>=1.14.0
|
|
lz4
|
|
av==10.0.0
|
|
psutil==5.9.3
|
|
|
|
# Utils
|
|
rich
|
|
tqdm
|
|
jellyfish
|
|
pyyaml
|
|
inflection
|
|
prettytable==2.2.1
|
|
pydantic>=2.4
|
|
onepush==1.3.0
|
|
|
|
# OCR
|
|
pponnxcr==2.0
|
|
|
|
# Webui
|
|
pywebio==1.8.3
|
|
starlette==0.14.2
|
|
uvicorn[standard]==0.17.6
|
|
aiofiles
|
|
|
|
# Game resources
|
|
srcmap==2.3.20240701
|
|
|
|
# For dev
|
|
# pip-tools
|
|
pynput
|