summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3f86ce395a7..e65bb98141f 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")