summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2021-04-21 09:51:06 +0200
committerJustin Mayer <entroP@gmail.com>2021-04-21 10:16:59 +0200
commit40f3d2df91e847ccbc64d015fe837650055b67bd (patch)
tree4620f765d2d9019d8187bdb593d6e66b29039309 /pyproject.toml
parent14afc6c54a7e361bbc465fdc25511831cce29812 (diff)
downloadpelican-40f3d2df91e847ccbc64d015fe837650055b67bd.tar.gz
Add progress spinner animation during generationrich
This is a first step at enriching console output via the `rich` project.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 32dd56e3..99b1d5d4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,6 +38,7 @@ jinja2 = ">=2.7"
pygments = ">=2.6"
python-dateutil = ">=2.8"
pytz = ">=2020.1"
+rich = ">=10.1"
unidecode = ">=1.1"
markdown = {version = ">=3.1", optional = true}