Skip to content

Commit 8e290d4

Browse files
committed
add comment
1 parent cb3d2e8 commit 8e290d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wolframclient/cli/commands/refactor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ class Command(SimpleCommand):
1010

1111
modules = ["wolframclient"]
1212

13-
dependencies = (("isort", "5.3.2"), ("autoflake", "1.3"), ("black", "19.3b0"))
13+
#dependencies = (("isort", "5.3.2"), ("autoflake", "1.3"), ("black", "19.3b0"))
14+
#dependencies is broken please install isort==5.3.2 autoflake==1.3 black==19.3b0"
1415

1516
def _module_args(self, *args):
1617

0 commit comments

Comments
 (0)