From 898af32cd116e92465fa70889a5ef1845288a855 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 15 Sep 2021 17:11:24 +0930 Subject: [PATCH] Package websockets 10.0 requires Python >= 3.7 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bd5d32a..800ac0f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ uvicorn==0.15.0 fastapi==0.68.1 -websockets==10.0 +websockets==10.0 ; python_version >= "3.7" +websockets==9.1 ; python_version < "3.7" python-multipart==0.0.5 aiohttp==3.7.4.post0 aiofiles==0.7.0