Skip to content

Commit

Permalink
Add missing Python 3.x stdlib modules
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-kerr authored and arkq committed Apr 9, 2020
1 parent 6dc3bb6 commit f789501
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/flake8_requirements/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,14 @@
"concurrent",
"configparser",
"contextlib",
"contextvars",
"copy",
"copyreg",
"crypt",
"csv",
"ctypes",
"curses",
"dataclasses",
"datetime",
"dbm",
"decimal",
Expand Down Expand Up @@ -370,6 +372,7 @@
"itertools",
"json",
"keyword",
"lib2to3",
"linecache",
"locale",
"logging",
Expand Down Expand Up @@ -408,6 +411,7 @@
"posixpath",
"pprint",
"profile",
"pstats",
"pty",
"pwd",
"py_compile",
Expand Down Expand Up @@ -469,6 +473,7 @@
"tracemalloc",
"tty",
"turtle",
"turtledemo",
"types",
"typing",
"unicodedata",
Expand Down

0 comments on commit f789501

Please sign in to comment.