A regex expression to remove the version number in requirements file in python. Used in vs code to replace the number with empty string
1 | ==[\d].*
|
A regex expression to remove the version number in requirements file in python. Used in vs code to replace the number with empty string
1 | ==[\d].*
|