From 7167e84a8fdd18517e9f444224a43129237f7980 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 29 Dec 2022 17:33:33 -0800 Subject: [PATCH] Add back asgiref. uvicorn now needs this for type information. Not sure why this works with Python 3.10. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ed8d1de2..01127ec7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ altgraph==0.17.3 anyio==3.6.2 +asgiref==3.6.0 attrs==22.2.0 black==22.12.0 certifi==2022.12.7