mirror of https://github.com/Textualize/rich.git
21 lines
535 B
TOML
21 lines
535 B
TOML
[tool.poetry]
|
|
name = "rich"
|
|
homepage = "https://github.com/willmcgugan/rich"
|
|
version = "0.2.2"
|
|
description = "Render rich text, tables, syntax highlighting, markdown and more to the terminal"
|
|
authors = ["Will McGugan <willmcgugan@gmail.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.6"
|
|
pprintpp = "^0.4.0"
|
|
typing-extensions = "^3.7.4"
|
|
dataclasses = {version="^0.7", python = "~3.6"}
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|