use aiohttp to fetch details concurrently

This commit is contained in:
Viktor Barzin 2025-05-17 22:34:27 +00:00
parent 61b8c82592
commit 01ac24b4b7
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
5 changed files with 602 additions and 21 deletions

View file

@ -21,6 +21,7 @@ geopy = "^2.4.1"
matplotlib = "^3.10.0"
opencv-python = "^4.11.0.86"
click = "^8.2.0"
aiohttp = "^3.11.18"
[tool.poetry.group.dev.dependencies]
ipdb = "^0.13.13"