diff --git a/setup.py b/setup.py index 1d63f3f2a4d535a5e147af65e992bd654f1c9330..b772a1b7277f457064d21b2f9f7648cbec93e5be 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 = [