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

Commit 3c0c908

Browse files
committed
update dependencies, fix README
1 parent b39c052 commit 3c0c908

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
============================
21
Flask RESTPlus + Marshmallow
32
============================
3+
4+
Full README to follow

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="flask-restplus-marshmallow",
6-
version='0.1.3',
6+
version='0.1.4',
77
url="https://github.com/joeyorlando/flask-restplus-marshmallow",
88
author="Joey Orlando",
99
author_email="[email protected]",
@@ -15,6 +15,7 @@
1515
zip_safe=False,
1616
platforms='any',
1717
install_requires=[
18+
'apispec',
1819
'flask',
1920
'flask-marshmallow',
2021
'webargs',

0 commit comments

Comments
 (0)