Skip to content

Commit 4e0f058

Browse files
authored
Updated setup.py for CQ black fork (#1513)
* Updated setup.py for CQ black fork * Black formatting pass
1 parent 551a231 commit 4e0f058

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,12 @@
5252
setup_requires=setup_reqs,
5353
install_requires=reqs,
5454
extras_require={
55-
"dev": ["docutils", "ipython", "pytest", "black==19.10b0", "click==8.0.4",],
55+
"dev": [
56+
"docutils",
57+
"ipython",
58+
"pytest",
59+
"black@git+https://github.com/cadquery/black.git@cq",
60+
],
5661
"ipython": ["ipython",],
5762
},
5863
include_package_data=True,

0 commit comments

Comments
 (0)