diff --git a/src/flake8_requirements/modules.py b/src/flake8_requirements/modules.py index f4a6b43..57df0cd 100644 --- a/src/flake8_requirements/modules.py +++ b/src/flake8_requirements/modules.py @@ -530,6 +530,7 @@ "pillow": ["PIL"], "protobuf": ["google.protobuf"], "py_lru_cache": ["lru"], + "pygithub": ["github"], "pygobject": ["gi", "pygtkcompat"], "pyhamcrest": ["hamcrest"], "pyicu": ["icu"],