From 61fd1b9c3de75edbb5d3b9cad09b608119645d57 Mon Sep 17 00:00:00 2001 From: Valeryi Savich Date: Mon, 12 Aug 2019 19:41:15 +0300 Subject: [PATCH] Updated uMongo to the latest release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 30c96a1..2019b4d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ requirements = [ 'sanic-base-extension==0.1.1', 'motor==2.0.0', - 'umongo==1.0.0', + 'umongo==2.0.0', ]