diff options
| -rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index fe17dcfa52..4a9a7c3541 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7539,13 +7539,14 @@ and fairly speedy.") python-trustme python-wsproto)) (propagated-inputs - (list python-click + (list python-a2wsgi + python-click python-dotenv python-h11 python-httptools python-pyyaml python-uvloop - python-watchgod + python-watchfiles python-websockets)) (home-page "https://github.com/encode/uvicorn") (synopsis "Fast ASGI server implementation") |
