diff --git a/PIL/features.py b/PIL/features.py index e01a32193..6b5d7a578 100644 --- a/PIL/features.py +++ b/PIL/features.py @@ -4,6 +4,7 @@ modules = { "pil": "PIL._imaging", "tkinter": "PIL._tkinter_finder", "freetype2": "PIL._imagingft", + "raqm": "PIL._imagingft", "littlecms2": "PIL._imagingcms", "webp": "PIL._webp", }