We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c82bf8 commit 25e5887Copy full SHA for 25e5887
pylsp_black/_utils.py
pylsp_black/plugin.py
@@ -7,7 +7,7 @@
7
import toml
8
from pylsp import hookimpl
9
10
-from pylsp_black._utils import get_eol_chars
+from pylsp._utils import get_eol_chars
11
12
logger = logging.getLogger(__name__)
13
setup.cfg
@@ -18,8 +18,8 @@ classifiers =
18
19
[options]
20
packages = find:
21
-install_requires = python-lsp-server; black>=19.3b0; toml
22
-python_requires = >= 3.6
+install_requires = python-lsp-server>=1.4.0; black>=19.3b0; toml
+python_requires = >= 3.7
23
24
[options.entry_points]
25
pylsp = pylsp_black = pylsp_black.plugin
0 commit comments