mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add progress spinner animation during generation
This is a first step at enriching console output via the `rich` project.
This commit is contained in:
parent
14afc6c54a
commit
40f3d2df91
3 changed files with 7 additions and 2 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue