view dev-requirements.txt @ 3998:402d31527af4

plugin app manager: `start` doesn't wait anymore for actual app start: Application may be long to start (e.g. a Docker app may have to download images first, and even without the downloading, the starting could be long), which may lead to UI blocking or bridge time out. To prevent that, `start` is now returning immediately, and 2 new signals are used to indicate when the application is started, of if something wrong happened. `start` now returns initial app data, including exposed data without the computed exposed data. The computed data must be retrieved after the app has been started.
author Goffi <goffi@goffi.org>
date Sat, 04 Mar 2023 18:30:47 +0100
parents f461f11ea176
children
line wrap: on
line source

-r requirements.txt

lxml-stubs

mypy
pylint
pytest
pytest_twisted

sh
libervia-templates @ hg+https://repos.goffi.org/sat_templates
libervia-web @ hg+https://repos.goffi.org/libervia-web