diff --git a/setup.py b/setup.py index 54977c5..5032767 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,9 @@ def read(filename): "stackstac>=0.4.4", "xarray>=2023.6.0", ], + extras_require={ + "ee": ["xee>=0.0.6"], + }, classifiers=[ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: MIT License",