Skip to content

Commit

Permalink
Updated setup.py for CQ black fork (#1513)
Browse files Browse the repository at this point in the history
* Updated setup.py for CQ black fork

* Black formatting pass
  • Loading branch information
jmwright committed Feb 16, 2024
1 parent 551a231 commit 4e0f058
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@
setup_requires=setup_reqs,
install_requires=reqs,
extras_require={
"dev": ["docutils", "ipython", "pytest", "black==19.10b0", "click==8.0.4",],
"dev": [
"docutils",
"ipython",
"pytest",
"black@git+https://github.com/cadquery/black.git@cq",
],
"ipython": ["ipython",],
},
include_package_data=True,
Expand Down

0 comments on commit 4e0f058

Please sign in to comment.