Skip to content

Commit

Permalink
Update known 3rd parties: plotly, pycryptodome
Browse files Browse the repository at this point in the history
  • Loading branch information
harahu authored Feb 3, 2023
1 parent 978e205 commit 9f6c01c
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -22,7 +22,7 @@
from .modules import STDLIB_PY3

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

LOG = getLogger('flake8.plugin.requirements')
Expand Down
7 changes: 7 additions & 0 deletions src/flake8_requirements/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,11 +657,18 @@
"pillow": ["PIL"],
"pillow-simd": ["PIL"],
"pip-tools": ["piptools"],
"plotly": [
"jupyterlab_plotly",
"plotly",
"_plotly_utils",
"_plotly_future_",
],
"progressbar2": ["progressbar"],
"protobuf": ["google.protobuf"],
"psycopg2-binary": ["psycopg2"],
"py-lru-cache": ["lru"],
"pycrypto": ["Crypto"],
"pycryptodome": ["Crypto"],
"pygithub": ["github"],
"pygobject": ["gi", "pygtkcompat"],
"pyhamcrest": ["hamcrest"],
Expand Down

0 comments on commit 9f6c01c

Please sign in to comment.