Skip to content

Commit

Permalink
Add protobuf to third-party modules
Browse files Browse the repository at this point in the history
Fixes arkq#17
  • Loading branch information
wwuck authored and arkq committed Mar 11, 2020
1 parent da9045d commit 168df13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flake8_requirements/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@
"mysql_python": ["MySQLdb"],
"mysqlclient": ["_mysql", "MySQLdb"],
"pillow": ["PIL"],
"protobuf": ["google.protobuf"],
"py_lru_cache": ["lru"],
"pyicu": ["icu"],
"pyjwt": ["jwt"],
Expand Down

0 comments on commit 168df13

Please sign in to comment.