perf(anki): skip unchanged files using file hashes

This commit is contained in:
arne314
2024-12-27 22:11:05 +01:00
parent c3331683e5
commit 348a889521
7 changed files with 78 additions and 24 deletions

View File

@@ -13,6 +13,7 @@ readme = "README.md"
requires-python = ">=3.11.10"
dependencies = [
"aiohttp>=3.11.11",
"appdirs>=1.4.4",
"tree-sitter-language-pack>=0.2.0",
"typer>=0.15.1",
]