Skip to content
Snippets Groups Projects
Commit ffbc3e5b authored by damb's avatar damb
Browse files

[MAINT] Fix marshmallow and webargs versions

parent 35445ea0
Branches develop
No related tags found
No related merge requests found
...@@ -33,8 +33,8 @@ _install_requires = [ ...@@ -33,8 +33,8 @@ _install_requires = [
'Flask>=1.0.2', 'Flask>=1.0.2',
'Flask-RESTful>=0.3.7', 'Flask-RESTful>=0.3.7',
'Flask-SQLAlchemy>=2.3.2', 'Flask-SQLAlchemy>=2.3.2',
'marshmallow>=3.0.0rc5', 'marshmallow==3.0.0rc5',
'webargs>=5.3.0', 'webargs==5.3.1',
'Flask-Migrate>=2.4.0',] 'Flask-Migrate>=2.4.0',]
_data_files = [ _data_files = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment