rich/pyproject.toml

18 lines
348 B
TOML
Raw Normal View History

2019-11-10 15:39:13 +00:00
[tool.poetry]
name = "rich"
2019-12-25 15:28:10 +00:00
version = "0.2.0"
2019-11-10 15:39:13 +00:00
description = "Rich Console"
authors = ["Will McGugan <willmcgugan@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
2019-12-25 16:05:11 +00:00
python = "^3.6"
2019-12-16 19:34:27 +00:00
pprintpp = "^0.4.0"
2019-12-25 16:05:11 +00:00
typing-extensions = "^3.7.4"
2019-11-10 15:39:13 +00:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"