1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-12-19 09:02:34 +00:00

Add openapi spec validation and build integartion

This commit is contained in:
2021-05-07 22:39:16 -04:00
parent 4f760fa1e5
commit 2efd5c1cbe
7 changed files with 128 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ packages = [
]
include = [
"imagemuck/py.typed",
"imagemuck/resources/openapi.yaml"
"imagemuck/openapi.yaml"
]
keywords = ["flask", "image", "thumbnail", "hosting"]
readme = "README.md"
@@ -63,6 +63,7 @@ sphinx-autodoc-typehints = "^1.11.1"
toml = "^0.10.1"
tox = "^3.20.0"
tox-poetry-installer = {extras = ["poetry"], version = "^0.8.0"}
openapi-spec-validator = "^0.3.0"
[build-system]
requires = ["poetry-core>=1.0.0"]