From ffbc3e5b34fe327e492871bcd7dee2d6d48efcda Mon Sep 17 00:00:00 2001
From: Daniel Armbruster <daniel.armbruster@sed.ethz.ch>
Date: Wed, 26 Jun 2019 09:41:41 +0200
Subject: [PATCH] [MAINT] Fix marshmallow and webargs versions

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 1d63f3f..b772a1b 100644
--- a/setup.py
+++ b/setup.py
@@ -33,8 +33,8 @@ _install_requires = [
     'Flask>=1.0.2',
     'Flask-RESTful>=0.3.7',
     'Flask-SQLAlchemy>=2.3.2',
-    'marshmallow>=3.0.0rc5',
-    'webargs>=5.3.0', 
+    'marshmallow==3.0.0rc5',
+    'webargs==5.3.1',
     'Flask-Migrate>=2.4.0',]
 
 _data_files = [
-- 
GitLab