Added OpenAPI validation from apispec

This commit is contained in:
Richard 2021-07-19 11:50:50 +01:00
parent 6a7c305468
commit 077d6fdc4b
3 changed files with 471 additions and 231 deletions

View file

@ -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",