feat(config): add YAML config and graceful pagination timeout

fixes #17, fixes #18

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
sylvain
2026-03-13 03:43:48 +01:00
parent 94de64e09a
commit fdd806abcd
5 changed files with 218 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ requires-python = ">=3.10"
dependencies = [
"requests>=2.31",
"rich>=13.0",
"pyyaml>=6.0",
]
[project.optional-dependencies]