diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3f86ce395a..e65bb98141 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -11691,8 +11691,8 @@ as Flask.") python-pytest-sugar python-pytest-trio)) (propagated-inputs - (list python-exceptiongroup - python-hypercorn + (list hypercorn + python-exceptiongroup python-quart python-trio)) (home-page "https://github.com/pgjones/quart-trio")