A regex expression to remove the version number in requirements file in python. Used in vs code to replace the number with empty string
==[\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
==[\d].*