From 371a83f20fc438dc5ece21739f0875e86a2e8170 Mon Sep 17 00:00:00 2001 From: Ivan Larin Date: Mon, 22 Oct 2018 19:46:55 +0300 Subject: [PATCH] Depend on marshmallow>=3.0.0b7 kennethreitz/responder#119 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e92701b..49a8d54 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ required = [ "python-multipart", "chardet", "apispec>=1.0.0b1", - "marshmallow", + "marshmallow>=3.0.0b7", "asgiref", "docopt", "itsdangerous",