diff --git a/README.rst b/README.rst index b442e62..9094768 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,4 @@ -============================ Flask RESTPlus + Marshmallow ============================ + +Full README to follow diff --git a/setup.py b/setup.py index c0a6db9..1fa38b3 100644 --- a/setup.py +++ b/setup.py @@ -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="joey@100danish.com", @@ -15,6 +15,7 @@ zip_safe=False, platforms='any', install_requires=[ + 'apispec', 'flask', 'flask-marshmallow', 'webargs',