Fix dependency update issues
This commit is contained in:
parent
3f9ef123e7
commit
c32b7d4b60
|
|
@ -23,6 +23,7 @@ import datetime
|
||||||
from typing import NoReturn
|
from typing import NoReturn
|
||||||
try:
|
try:
|
||||||
import tkinter
|
import tkinter
|
||||||
|
import tkinter.messagebox
|
||||||
except ImportError:
|
except ImportError:
|
||||||
tkinter = None # type: ignore[assignment]
|
tkinter = None # type: ignore[assignment]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
"Mako": "https://docs.makotemplates.org/en/latest/changelog.html",
|
"Mako": "https://docs.makotemplates.org/en/latest/changelog.html",
|
||||||
"hypothesis": "https://hypothesis.readthedocs.io/en/latest/changes.html",
|
"hypothesis": "https://hypothesis.readthedocs.io/en/latest/changes.html",
|
||||||
"mypy": "https://github.com/python/mypy/blob/master/CHANGELOG.md",
|
"mypy": "https://github.com/python/mypy/blob/master/CHANGELOG.md",
|
||||||
|
"librt": "https://github.com/mypyc/librt/commits/master/",
|
||||||
"types-PyYAML": "https://github.com/python/typeshed/commits/main/stubs/PyYAML",
|
"types-PyYAML": "https://github.com/python/typeshed/commits/main/stubs/PyYAML",
|
||||||
"types-colorama": "https://github.com/python/typeshed/commits/main/stubs/colorama",
|
"types-colorama": "https://github.com/python/typeshed/commits/main/stubs/colorama",
|
||||||
"types-docutils": "https://github.com/python/typeshed/commits/main/stubs/docutils",
|
"types-docutils": "https://github.com/python/typeshed/commits/main/stubs/docutils",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue