ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
79 stars 19 forks source link

Update app needs a way to do "pip install requirements.txt" regardless of ZPUI code state #125

Open CRImier opened 5 years ago

CRImier commented 5 years ago

As ZPUI relies on many external libraries (installed from pip) and those libraries are updated separately, it might happen that those libraries break. In that case, we need to be able to update those libraries separately from the updater UI (basically, make the updater only run the 'requirements' step).