diff --git a/src/flake8_requirements/modules.py b/src/flake8_requirements/modules.py index 287ddae..c8195ac 100644 --- a/src/flake8_requirements/modules.py +++ b/src/flake8_requirements/modules.py @@ -528,6 +528,7 @@ "pillow": ["PIL"], "protobuf": ["google.protobuf"], "py_lru_cache": ["lru"], + "pygobject": ["gi", "pygtkcompat"], "pyhamcrest": ["hamcrest"], "pyicu": ["icu"], "pyjwt": ["jwt"],