Skip to content

Commit 9713b1e

Browse files
committed
Pin to exact version
1 parent fdeb715 commit 9713b1e

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>=18.9b0", "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)