diff --git a/AUTHORS.md b/AUTHORS.md index d976cf318f..fb43d0168d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -26,6 +26,7 @@ The following people have made contributions to this project: - [Adam Dybbroe (adybbroe)](https://github.com/adybbroe) - [Ulrik Egede (egede)](https://github.com/egede) - [Joleen Feltz (joleenf)](https://github.com/joleenf) +- [Florian Fichtner (fwfichtner)](https://github.com/fwfichtner) - [Stephan Finkensieper (sfinkens)](https://github.com/sfinkens) - Deutscher Wetterdienst - [Gionata Ghiggi (ghiggi)](https://github.com/ghiggi) - [Andrea Grillini (AppLEaDaY)](https://github.com/AppLEaDaY) diff --git a/setup.py b/setup.py index 16c2b95512..2f467286d0 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ extras_require = { # Readers: + "avhrr_l1b_eps": ["defusedxml"], "avhrr_l1b_gaclac": ["pygac >= 1.3.0"], "modis_l1b": ["pyhdf", "python-geotiepoints >= 1.1.7"], "geocat": ["pyhdf"], @@ -47,7 +48,7 @@ "amsr2_l1b": ["h5py >= 2.7.0"], "hrpt": ["pyorbital >= 1.3.1", "pygac", "python-geotiepoints >= 1.1.7"], "hrit_msg": ["pytroll-schedule"], - "msi_safe": ["rioxarray", "bottleneck", "python-geotiepoints"], + "msi_safe": ["rioxarray", "bottleneck", "python-geotiepoints", "defusedxml"], "nc_nwcsaf_msg": ["netCDF4 >= 1.1.8"], "sar_c": ["python-geotiepoints >= 1.1.7", "rasterio", "rioxarray", "defusedxml"], "abi_l1b": ["h5netcdf"],