Skip to content

Commit

Permalink
Add opencv-python, hydra, ffmpeg to known modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi authored Nov 17, 2022
1 parent 31a771c commit c5345a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/flake8_requirements/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .modules import STDLIB_PY3

# NOTE: Changing this number will alter package version as well.
__version__ = "1.7.4"
__version__ = "1.7.5"
__license__ = "MIT"

LOG = getLogger('flake8.plugin.requirements')
Expand Down
4 changes: 4 additions & 0 deletions src/flake8_requirements/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@
"djangorestframework": ["rest_framework"],
"enum34": ["enum"],
"factory-boy": ["factory"],
"ffmpeg-python": ["ffmpeg"],
"fluent-logger": ["fluent"],
"gitpython": ["git"],
"google-api-python-client": ["apiclient", "googleapiclient"],
Expand Down Expand Up @@ -601,12 +602,15 @@
"grpcio-status": ["grpc_status"],
"grpcio-testing": ["grpc_testing"],
"grpcio-tools": ["grpc_tools"],
"hydra-core": ["hydra"],
"ipython": ["IPython"],
"jack-client": ["jack"],
"kafka-python": ["kafka"],
"lark-parser": ["lark"],
"mysql-python": ["MySQLdb"],
"mysqlclient": ["_mysql", "MySQLdb"],
"opencv-contrib-python": ["cv2"],
"opencv-contrib-python-headless": ["cv2"],
"opencv-python": ["cv2"],
"opencv-python-headless": ["cv2"],
"opensearch-py": ["opensearchpy"],
Expand Down

0 comments on commit c5345a0

Please sign in to comment.