From 006f067ecd1b33edc37950006c302bcf19c5aa22 Mon Sep 17 00:00:00 2001 From: Shiny Brar Date: Thu, 29 Oct 2020 16:42:32 -0400 Subject: [PATCH] bumped sanic to be >= 20.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6295b99..c590303 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ] install_sanic_requires = [ - "sanic>=19.9.0,<20", + "sanic>=20.3.0", ] install_webob_requires = [