Skip to content

Commit 3488c14

Browse files
authored
Merge pull request #11 from rupert/upgrade-black
Specify minimum black version
2 parents 7c3143a + ee25c7a commit 3488c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author="Rupert Bedford",
1414
author_email="[email protected]",
1515
packages=find_packages(exclude=["tests"]),
16-
install_requires=["python-language-server", "black", "toml"],
16+
install_requires=["python-language-server", "black>=18.9b0", "toml"],
1717
extras_require={"dev": ["isort", "flake8", "pytest", "mypy", "pytest"]},
1818
entry_points={"pyls": ["pyls_black = pyls_black.plugin"]},
1919
classifiers=(

0 commit comments

Comments
 (0)