From 3cc6d03a31343070e43ce7c6b8ba61501926ad29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=A9na=C3=ABl=20Muller?= Date: Thu, 21 Mar 2019 10:05:24 +0100 Subject: [PATCH] update apispec_serpyco and apispec --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 775ec42..3a447ab 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ here = path.abspath(path.dirname(__file__)) install_requires = [ - 'apispec>=1.0.0b5', + 'apispec>=1.1.0', 'multidict', 'pyyaml', ] @@ -27,7 +27,7 @@ 'apispec_marshmallow_advanced>=0.3', ] serpyco_require = [ - 'apispec_serpyco>=0.9', + 'apispec_serpyco>=0.15', 'serpyco', ] tests_base_require = [