mirror of
https://github.com/mashed-potatoes/PotatoNV-crossplatform.git
synced 2024-11-10 01:02:17 +01:00
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:
parent
d540d75490
commit
012a68b120
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue