Skip to content

Commit

Permalink
Add encodings to modules.STDLIB_PY3 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
wankata committed Nov 8, 2023
1 parent fda2f84 commit 7ad3ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -20,7 +20,7 @@
from .modules import STDLIB_PY3

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

LOG = getLogger('flake8.plugin.requirements')
Expand Down
1 change: 1 addition & 0 deletions src/flake8_requirements/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"doctest",
"dummy_threading",
"email",
"encodings",
"ensurepip",
"enum",
"errno",
Expand Down

0 comments on commit 7ad3ebb

Please sign in to comment.