79802617

Date: 2025-10-28 09:49:26
Score: 1.5
Natty:
Report link

You need to store you local versions in constrains file and re-generate your requrements.txt with option -c <constraints file> (details)

pip freeze > local_requrements.txt
pip-compile -c local_requrements.txt requirements.in

P.S. Inspired by Nico's comment . Idea is correct, but did not work for me

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ievgen