diff options
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4c307b5035..e093152793 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -9806,7 +9806,7 @@ Interface) framework/toolkit for building async web services in Python.") (propagated-inputs (list python-redis python-itsdangerous - python-starlette-for-fastapi-0.88)) + python-starlette)) (native-inputs (list python-black python-flake8 |