Isaac Cheng

Results 3 comments of Isaac Cheng

I've encountered this too - it seems like quite a significant bug considering how frequently used `bcrypt` is for password encryption. It generated `python_bcrypt==0.3.2` instead of `bcrypt==3.2.0` for me.

This worked for me when I tested it on my M1 Max MBP16.

> It seems to be a problem of `pipreqs`, and since this lib uses it under the hood thats might be the reason of the error. Let me investigate and...