Skip to content

Commit a9c56a9

Browse files
authored
Drop hard dependency on mypy (#1782)
1 parent 7815bb8 commit a9c56a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def find_stub_files(name: str) -> List[str]:
2121
readme = f.read()
2222

2323
dependencies = [
24-
"mypy>=1.0.0",
2524
"django",
2625
"django-stubs-ext>=4.2.5",
2726
"tomli; python_version < '3.11'",

0 commit comments

Comments
 (0)