add rich as a dependency

This commit is contained in:
Sina Atalay 2024-01-26 19:46:47 +01:00
parent f5a66ef9b2
commit ccbaee00c1
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ dependencies = [
'ruamel.yaml==0.18.5', 'ruamel.yaml==0.18.5',
'email-validator==2.1.0.post1', 'email-validator==2.1.0.post1',
'typer[all]==0.9.0', 'typer[all]==0.9.0',
'rich==13.7.0',
] ]
classifiers = [ classifiers = [
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",