Skip to content

Commit a9035d1

Browse files
authored
Merge pull request ywangd#408 from onyxware/dev
Add ‘regex’ module to blacklist
2 parents 49f6a8e + 244b58b commit a9035d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/pip_blacklist.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"tensorflow": ["C", true, null],
2222
"pyobjc": ["C", true, null],
2323
"pyttsx3": ["incompatible_dependency", true, null],
24-
"futures": ["bugged", true, null]
24+
"futures": ["bugged", true, null],
25+
"regex": ["C", true, null]
2526
}
2627
}

0 commit comments

Comments
 (0)