79599058

Date: 2025-04-29 19:05:33
Score: 1
Natty:
Report link

I was able to use a regex search in vs code to modify the output from pip freeze and find/replace with an empty string.

==[0-9.]+

The application I needed this for was an old app that was written in python 3.5 which work is making me update to run in 3.13 for future proofing. Many module versions weren't compatible from the default freeze.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bukowskaii