Skip to content

Commit

Permalink
Merge pull request #2761 from fwfichtner/add-missing-defusedxml
Browse files Browse the repository at this point in the history
Add missing defusedxml
  • Loading branch information
mraspaud committed Mar 14, 2024
2 parents 2ae2935 + 45f918e commit aed88ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.md
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -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"],
Expand All @@ -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"],
Expand Down

0 comments on commit aed88ce

Please sign in to comment.