Skip to content

Commit

Permalink
Update 3rd party libraries for gRPC
Browse files Browse the repository at this point in the history
Fixes arkq#10
  • Loading branch information
arkq committed Jan 31, 2020
1 parent d33c866 commit a804fa4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/flake8_requirements/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit a804fa4

Please sign in to comment.