mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Add colorful log output
Highlight the important operations (new, modified) in different colours.
This commit is contained in:
parent
da602366f8
commit
67da4e69fa
7 changed files with 48 additions and 12 deletions
1
setup.py
1
setup.py
|
|
@ -7,6 +7,7 @@ setup(
|
|||
install_requires=[
|
||||
"requests>=2.21.0",
|
||||
"beautifulsoup4>=4.7.1",
|
||||
"colorama>=0.4.1"
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue