ui: Replace PyInquirer with InquirerPy

* PyInquirer is no longer maintained and doesn't support py 3.10+

Change-Id: I7bea484c057b64967357b86acbc0d0d1b3d98d07
Signed-off-by: Woomymy <woomy@woomy.be>
This commit is contained in:
Woomymy 2023-11-01 15:48:15 +01:00 committed by Andrey Smirnoff
parent d540d75490
commit 012a68b120
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,5 @@
adb==1.3.0
lxml==4.4.1
prompt_toolkit==1.0.14
pychalk==2.0.1
PyInquirer==1.0.3
pyserial==3.4
inquirerpy==0.3.4

View file

@ -5,8 +5,8 @@ import json
import hashlib
from os import path
from glob import glob
from PyInquirer import prompt
from . import ui
from InquirerPy import prompt
try:
from . import imageflasher, fastboot