Skip to content

Commit fe8a8a1

Browse files
authored
Remove mypy dependency from the install requires. (#154)
It's a peer dependency and only needed if you use the mypy plugin. It's not needed for people not using mypy, and drags in a lot of weight. People who want to use the mypy plugin will already have mypy installed anyway.
1 parent b0c78ed commit fe8a8a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ project_urls =
2828
python_requires = >=3.6
2929

3030
install_requires =
31-
mypy>=0.800
3231
typing-extensions>=3.7.4
3332

3433
[options.data_files]

0 commit comments

Comments
 (0)