Added OpenAPI validation from apispec
This commit is contained in:
parent
6a7c305468
commit
077d6fdc4b
3 changed files with 471 additions and 231 deletions
1
setup.py
1
setup.py
|
|
@ -44,6 +44,7 @@ setup(
|
|||
# set up the project for development, you use those specific packages, rather than
|
||||
# the looser specifications given here.
|
||||
install_requires=[
|
||||
"apispec[validation]", # We need the extra to validate the spec
|
||||
"Flask ~= 1.0",
|
||||
"Pillow ~= 7.2.0",
|
||||
"numpy ~= 1.20",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue