We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rich
1 parent 0f05e46 commit c537969Copy full SHA for c537969
2 files changed
.pre-commit-config.yaml
@@ -49,5 +49,5 @@ repos:
49
additional_dependencies:
50
- aiopathlib
51
- asyncio-for-ynab
52
- - rich>=12
+ - rich>=10
53
language_version: python3.12
setup.cfg
@@ -24,7 +24,7 @@ install_requires =
24
aiosqlite
25
asyncio-for-ynab
26
fasteners
27
- rich>=12
+ rich>=10
28
tenacity
29
python_requires = >=3.12
30
0 commit comments