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
2
setup.py
2
setup.py
|
|
@ -10,7 +10,7 @@ version = "4.6.0"
|
|||
|
||||
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments',
|
||||
'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode',
|
||||
'python-dateutil']
|
||||
'python-dateutil', 'rich']
|
||||
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue