Skip to content

Commit

Permalink
Add more known modules
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan authored Nov 9, 2022
1 parent 96645fe commit 31a771c
Show file tree
Hide file tree
Showing 2 changed files with 4 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.3"
__version__ = "1.7.4"
__license__ = "MIT"

LOG = getLogger('flake8.plugin.requirements')
Expand Down
3 changes: 3 additions & 0 deletions src/flake8_requirements/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@
"mysql-python": ["MySQLdb"],
"mysqlclient": ["_mysql", "MySQLdb"],
"opencv-python": ["cv2"],
"opencv-python-headless": ["cv2"],
"opensearch-py": ["opensearchpy"],
"opentelemetry-api": ["opentelemetry"],
"opentelemetry-exporter-otlp-proto-grpc": [
Expand Down Expand Up @@ -650,6 +651,7 @@
"opentelemetry-test-utils": ["opentelemetry.test"],
"paho-mqtt": ["paho"],
"pillow": ["PIL"],
"pillow-simd": ["PIL"],
"pip-tools": ["piptools"],
"progressbar2": ["progressbar"],
"protobuf": ["google.protobuf"],
Expand Down Expand Up @@ -681,6 +683,7 @@
"python-magic": ["magic"],
"python-pptx": ["pptx"],
"python-socketio": ["socketio"],
"pyturbojpeg": ["turbojpeg"],
"pyyaml": ["yaml"],
"scikit-fda": ["skfda"],
"scikit-image": ["skimage"],
Expand Down

0 comments on commit 31a771c

Please sign in to comment.