Add retry logic to downloader

This commit is contained in:
ericiwamoto 2024-12-26 08:35:22 -08:00 committed by Carlos Felix
commit 7af92f575b
4 changed files with 19 additions and 2 deletions

View file

@ -41,6 +41,7 @@ xlsxwriter = "^2.0.0"
pydantic = "^1.9.0"
Rtree = "^1.0.0"
fiona = "~1.8.21"
tenacity = ">=5.0.2"
[tool.poetry.group.dev.dependencies]
black = "^21"