1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Fix: Missing aiofiles dependency

This commit is contained in:
LmeSzinc
2021-10-05 21:03:58 +08:00
parent 48b8ea0eb4
commit 17e42ef206
2 changed files with 3 additions and 1 deletions

View File

@@ -15,4 +15,5 @@ inflection
pywebio
starlette==0.14.2
anyio==1.3.1
uvicorn[standard]
uvicorn[standard]
aiofiles

View File

@@ -5,6 +5,7 @@
# pip-compile --output-file=requirements.txt requirements-in.txt
#
adbutils==0.11.0 # via uiautomator2
aiofiles==0.7.0 # via -r requirements-in.txt
anyio==1.3.1 # via -r requirements-in.txt
apkutils2==1.0.0 # via adbutils
asgiref==3.4.1 # via uvicorn