We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa50b91 commit f69b81bCopy full SHA for f69b81b
mypy/build.py
@@ -122,8 +122,6 @@
122
123
Graph: _TypeAlias = dict[str, "State"]
124
125
-t_import = time.time()
126
-
127
128
class SCC:
129
"""A simple class that represents a strongly connected component (import cycle)."""
pyproject.toml
@@ -13,7 +13,6 @@ requires = [
13
# the following is from build-requirements.txt
14
"types-psutil",
15
"types-setuptools",
16
- "psutil>=4.0",
17
]
18
build-backend = "setuptools.build_meta"
19
@@ -60,7 +59,7 @@ dependencies = [
60
59
dynamic = ["version"]
61
62
[project.optional-dependencies]
63
-dmypy = []
+dmypy = ["psutil>=4.0"]
64
mypyc = ["setuptools>=50"]
65
python2 = []
66
reports = ["lxml"]
0 commit comments