tornado-openapi3-example/pyproject.toml

21 lines
422 B
TOML
Raw Normal View History

2021-02-24 21:41:03 +00:00
[tool.poetry]
name = "tornado-openapi3-example"
version = "0.1.0"
description = ""
authors = ["Correl <correl@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
tornado = "^6"
tornado-openapi3 = "^0.2.4"
[tool.poetry.dev-dependencies]
black = { version = "*", allow-prereleases = true }
pytest = "^5.2"
pytest-black = "*"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"