diff --git a/src/flake8_requirements/modules.py b/src/flake8_requirements/modules.py index f17d718..6673f4a 100644 --- a/src/flake8_requirements/modules.py +++ b/src/flake8_requirements/modules.py @@ -497,6 +497,15 @@ "enum34": ["enum"], "factory_boy": ["factory"], "google_api_python_client": ["apiclient", "googleapiclient"], + "grpcio": ["grpc"], + "grpcio-channelz": ["grpc_channelz"], + "grpcio-gcp": ["grpc_gcp"], + "grpcio-health-checking": ["grpc_health"], + "grpcio-opentracing": ["grpc_opentracing"], + "grpcio-reflection": ["grpc_reflection"], + "grpcio-status": ["grpc_status"], + "grpcio-testing": ["grpc_testing"], + "grpcio-tools": ["grpc_tools"], "mysql_python": ["MySQLdb"], "mysqlclient": ["_mysql", "MySQLdb"], "pillow": ["PIL"],