mirror of https://github.com/Textualize/rich.git
16 lines
299 B
TOML
16 lines
299 B
TOML
[tool.poetry]
|
|
name = "rich"
|
|
version = "0.1.0"
|
|
description = "Rich Console"
|
|
authors = ["Will McGugan <willmcgugan@gmail.com>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|