Skip to content

Commit

Permalink
update apispec_serpyco and apispec
Browse files Browse the repository at this point in the history
  • Loading branch information
inkhey committed Mar 21, 2019
1 parent 9e8390c commit 3cc6d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
here = path.abspath(path.dirname(__file__))

install_requires = [
'apispec>=1.0.0b5',
'apispec>=1.1.0',
'multidict',
'pyyaml',
]
Expand All @@ -27,7 +27,7 @@
'apispec_marshmallow_advanced>=0.3',
]
serpyco_require = [
'apispec_serpyco>=0.9',
'apispec_serpyco>=0.15',
'serpyco',
]
tests_base_require = [
Expand Down

0 comments on commit 3cc6d03

Please sign in to comment.