From 6e921f6c9b4bea375686d09d07976ee8ed580a70 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Fri, 1 Oct 2021 00:30:30 +0100 Subject: [PATCH] Force sanic / cors to fix init error. --- build/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/requirements.txt b/build/requirements.txt index b01b08a..9830b7d 100644 --- a/build/requirements.txt +++ b/build/requirements.txt @@ -1,7 +1,7 @@ autopep8 pygame==2.0.1 -sanic -sanic-cors +sanic==21.3.4 +sanic-Cors==1.0.0 syncer aiohttp mutagen