From 733fc7446eb5015c5cc60609cee9453cbf218203 Mon Sep 17 00:00:00 2001 From: Arkadiusz Bokowy Date: Sat, 27 Mar 2021 14:41:54 +0100 Subject: [PATCH] Add PyGithub to known 3rd party mapping --- src/flake8_requirements/modules.py | 1 + 1 file changed, 1 insertion(+) 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"],