79823608

Date: 2025-11-18 16:51:51
Score: 2.5
Natty:
Report link

Thanks to comments to my question, I found a solution that satisfied my requirements.

I ended up writing the following in the requirements.txt file:

--no-binary just_playback~=0.1.8
just_playback~=0.1.8

And installing it with pip like this:

pip install -r requirements.txt .
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): to comment
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Johan Nilsson