From a3dcfde80bf325d792463cf105460409beb1d563 Mon Sep 17 00:00:00 2001
From: Sam Bull <aa6bs0@sambull.org>
Date: Sat, 30 May 2020 14:06:04 +0100
Subject: [PATCH] Add PyGObject to known modules

Fixes #24
---
 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 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"],