remove version from requirements file in python with regex

Python July 25, 2023 python

A regex expression to remove the version number in requirements file in python. Used in vs code to replace the number with empty string 

python
==[\d].*