Use async for data downloading

This commit is contained in:
2025-11-12 14:23:31 +01:00
parent bc6d436b85
commit 1212c2deac
7 changed files with 735 additions and 81 deletions
+2
View File
@@ -5,6 +5,8 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiofiles>=25.1.0",
"aiohttp>=3.13.2",
"typer>=0.20.0",
]