Add spawner progress message

This commit is contained in:
Benoît Seignovert 2024-02-22 17:41:58 +01:00
parent 8574a75e37
commit 77b4c64f88
Signed by: Benoît Seignovert
GPG key ID: F5D8895227D18A0B
6 changed files with 186 additions and 4 deletions

View file

@ -25,6 +25,7 @@ pre-commit = "^3.6.0"
pytest = "^8.0.0"
ruff = "^0.1.14"
pytest-cov = "^4.1.0"
pytest-asyncio = "^0.23.5"
flask = "^3.0.2"
livereload = "<2.5.2" # FIXME: python-livereload#170
tornado = "<6.3.0" # FIXME: python-livereload#270