mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Add rich to setup.py
This commit is contained in:
parent
07c225bc20
commit
7f10931be8
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -7,7 +7,8 @@ setup(
|
|||
install_requires=[
|
||||
"requests>=2.21.0",
|
||||
"beautifulsoup4>=4.7.1",
|
||||
"colorama>=0.4.1"
|
||||
"colorama>=0.4.1",
|
||||
"rich>=1.0.0"
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue