diff --git a/requirements_dev.txt b/requirements_dev.txt index bb06038..fb71bbb 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,4 +13,4 @@ meteostat pytest-mock furo myst-parser -ee +earthengine-api diff --git a/setup.py b/setup.py index c07037c..160ef52 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'pycountry', 'unidecode', 'httpx', - 'ee' + 'earthengine-api' ]