Skip to content

Commit 52b213e

Browse files
authored
Replace tldm with rich progress in shared context (#196)
1 parent eb60863 commit 52b213e

4 files changed

Lines changed: 143 additions & 148 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ repos:
4646
rev: v1.20.1
4747
hooks:
4848
- id: mypy
49-
additional_dependencies: [aiopathlib]
49+
additional_dependencies: [aiopathlib, rich]
5050
language_version: python3.12

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install_requires =
2222
aiohttp>=3
2323
aiopathlib
2424
aiosqlite
25-
tldm
25+
rich
2626
python_requires = >=3.12
2727

2828
[options.entry_points]

0 commit comments

Comments
 (0)