Skip to content

Commit

Permalink
Switch from retry to reretry Open-EO/openeo-python-driver#283
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed May 17, 2024
1 parent 84cc8b3 commit aa700e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openeogeotrellis/vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import requests

from openeo_driver.util.auth import ClientCredentials
from retry import retry
from reretry import retry

from openeogeotrellis.config import get_backend_config

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"pyarrow>=1.0.0", # For pyspark.pandas
"attrs>=22.1.0",
"planetary-computer~=1.0.0",
"reretry~=0.11.8",
],
extras_require={
"dev": tests_require,
Expand Down

0 comments on commit aa700e8

Please sign in to comment.