python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.75k stars 186 forks source link

Fix optional dependency version for autopep8 #514

Closed doolio closed 5 months ago

doolio commented 5 months ago

This ensures the same version of autopep8 is installed whether the user passes "python-lsp-server[all]" or "python-lsp-server[autopep8]" to pip.

Fixes #513

doolio commented 5 months ago

I assumed the version installed by [all] is the desired version as I presume most users install with that option.