mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 09:05:34 +08:00
Dep: Add uiautomator2cache
This commit is contained in:
@@ -26,4 +26,5 @@ pyzmq==22.3.0
|
||||
onepush
|
||||
pydantic
|
||||
psutil==5.9.3
|
||||
av==10.0.0
|
||||
av==10.0.0
|
||||
uiautomator2cache==0.3.0
|
||||
@@ -1,5 +1,6 @@
|
||||
import os
|
||||
import re
|
||||
|
||||
from deploy.logger import logger
|
||||
|
||||
BASE_FOLDER = './deploy/AidLux'
|
||||
@@ -60,5 +61,6 @@ def aidlux_requirements_generate(requirements_in='requirements-in.txt'):
|
||||
|
||||
write_file(os.path.join(BASE_FOLDER, f'./{aidlux}/requirements.txt'), data=new)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
aidlux_requirements_generate()
|
||||
aidlux_requirements_generate()
|
||||
|
||||
Reference in New Issue
Block a user