StarRailCopilot/requirements-in.txt

41 lines
474 B
Plaintext
Raw Normal View History

2023-05-05 16:00:46 +00:00
# Image processing
numpy==1.24.3
scipy==1.10.1
pillow==9.5.0
opencv-python==4.7.0.72
2023-05-05 16:00:46 +00:00
# Device connection
adbutils==1.2.9
2023-05-05 16:00:46 +00:00
uiautomator2==2.16.17
uiautomator2cache==0.3.1
wrapt>=1.14.0
2023-05-05 16:00:46 +00:00
lz4
av==10.0.0
psutil==5.9.3
# Utils
2023-05-14 07:48:34 +00:00
rich
2023-05-05 16:00:46 +00:00
tqdm
jellyfish
pyyaml
inflection
prettytable==2.2.1
2023-10-01 14:51:12 +00:00
pydantic>=2.4
onepush==1.3.0
2023-05-14 07:48:34 +00:00
# OCR
2023-09-08 12:23:17 +00:00
pponnxcr==2.0
2023-05-14 07:48:34 +00:00
# Webui
2023-11-02 17:25:37 +00:00
pywebio==1.8.3
2023-05-14 07:48:34 +00:00
starlette==0.14.2
uvicorn[standard]==0.17.6
aiofiles
2023-07-30 15:30:17 +00:00
# Game resources
srcmap==2.3.20240701
2023-07-30 15:30:17 +00:00
# For dev
# pip-tools
pynput