Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def readme(file_name):
py_modules=["nb_black", "lab_black"],
zip_safe=False,
install_requires=[
"yapf >= 0.28; python_version < '3.6'",
"black >= 19.3; python_version >= '3.6'",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the error message in #40 , it seems like we might need to change the next line as well.

Error message from #40

Expected end or semicolon (after name and no valid version specifier)
Suggested change
"black >= 19.3; python_version >= '3.6'",
"black >= 19.3",

"ipython",
],
Expand Down