Skip to content

Commit c62353b

Browse files
committed
add rich to dependencies
1 parent b3e0ed9 commit c62353b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,19 @@ package_dir =
2020
= src
2121
packages = find:
2222
python_requires = >=3.6
23-
install_requires =
23+
install_requires =
2424
platformdirs
25+
rich
2526

2627
[options.packages.find]
2728
where = src
2829

2930
[options.package_data]
30-
pyproject =
31+
pyproject =
3132
py.typed
3233
templates/*
3334
config/*
3435

3536
[options.entry_points]
36-
console_scripts =
37+
console_scripts =
3738
pyproject = pyproject.cli:main

0 commit comments

Comments
 (0)