Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
update dependencies, fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyorlando committed Dec 20, 2017
1 parent b39c052 commit 3c0c908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
============================
Flask RESTPlus + Marshmallow
============================

Full README to follow
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="flask-restplus-marshmallow",
version='0.1.3',
version='0.1.4',
url="https://github.com/joeyorlando/flask-restplus-marshmallow",
author="Joey Orlando",
author_email="[email protected]",
Expand All @@ -15,6 +15,7 @@
zip_safe=False,
platforms='any',
install_requires=[
'apispec',
'flask',
'flask-marshmallow',
'webargs',
Expand Down

0 comments on commit 3c0c908

Please sign in to comment.