96f906884e
1. add releatenotes 2. add releatenotes into tox Change-Id: I681672d7defebe0e5104cbdffc81d1875d57f606
20 lines
466 B
TOML
20 lines
466 B
TOML
[tool.poetry]
|
|
name = "skyline-console"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["OpenStack <openstack-discuss@lists.openstack.org>"]
|
|
include = ["skyline_console/static/**/*"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
reno = {extras = ["sphinx"], version = "^3.5.0"}
|
|
openstackdocstheme = "^2.4.0"
|
|
Jinja2 = "2.11.3"
|
|
MarkupSafe = "2.0.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|