[tool.poetry] name = "tornado-openapi3" version = "0.1.0" description = "Tornado OpenAPI 3 request and response validation" authors = ["Correl Roush "] license = "MIT" [tool.poetry.dependencies] python = "^3.7" tornado = "^6" openapi-core = "^0.13.4" [tool.poetry.dev-dependencies] black = { version = "*", allow-prereleases = true } mypy = "*" hypothesis = "*" flake8 = "*" pytest = "*" pytest-flake8 = "*" pytest-mypy = "*" [tool.pytest.ini_options] addopts = "--flake8 --mypy" [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"