We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3d2e8 commit 8e290d4Copy full SHA for 8e290d4
1 file changed
wolframclient/cli/commands/refactor.py
@@ -10,7 +10,8 @@ class Command(SimpleCommand):
10
11
modules = ["wolframclient"]
12
13
- dependencies = (("isort", "5.3.2"), ("autoflake", "1.3"), ("black", "19.3b0"))
+ #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"
15
16
def _module_args(self, *args):
17
0 commit comments