You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments