Skip to content

Commit 484293a

Browse files
author
Ong Yong Xin
authored
Add ‘regex’ package to blacklist
It appears that regex (a alternative implementation of the python ‘re’ module) uses C code.
1 parent efab5ae commit 484293a

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)