From 168df13a2d37afb6af037e18f5da766177ee194f Mon Sep 17 00:00:00 2001 From: wwuck <301402+wwuck@users.noreply.github.com> Date: Wed, 11 Mar 2020 12:22:50 +1100 Subject: [PATCH] Add protobuf to third-party modules Fixes #17 --- 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 6673f4a..be57369 100644 --- a/src/flake8_requirements/modules.py +++ b/src/flake8_requirements/modules.py @@ -509,6 +509,7 @@ "mysql_python": ["MySQLdb"], "mysqlclient": ["_mysql", "MySQLdb"], "pillow": ["PIL"], + "protobuf": ["google.protobuf"], "py_lru_cache": ["lru"], "pyicu": ["icu"], "pyjwt": ["jwt"],