Skip to content

Commit 771b7d6

Browse files
authored
Merge pull request #19 from rupert/pin
Pin to exact black version
2 parents fdeb715 + b3d2669 commit 771b7d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setup(
77
name="pyls-black",
8-
version="0.4.0",
8+
version="0.4.1",
99
description="Black plugin for the Python Language Server",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
1212
url="https://github.com/rupert/pyls-black",
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)