Skip to content

Commit

Permalink
Drop hard dependency on mypy (#1782)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr authored Oct 19, 2023
1 parent 7815bb8 commit a9c56a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def find_stub_files(name: str) -> List[str]:
readme = f.read()

dependencies = [
"mypy>=1.0.0",
"django",
"django-stubs-ext>=4.2.5",
"tomli; python_version < '3.11'",
Expand Down

0 comments on commit a9c56a9

Please sign in to comment.