Closed aliavni closed 7 months ago
This PR fixes the bcrypt error mentioned in https://github.com/codeforboston/police-data-trust/issues/373
There is an open issue in the bcrpyt repo about this. I fixed the issue by using an older version of bcrypt as mentioned here https://github.com/pyca/bcrypt/issues/684#issuecomment-1913582223
bcrpyt
bcrypt
@DMalone87 I cannot seem to add reviewers to my PR - so tagging you here :)
@zganger ran locally, works fine.
This PR fixes the bcrypt error mentioned in https://github.com/codeforboston/police-data-trust/issues/373
There is an open issue in the
bcrpyt
repo about this. I fixed the issue by using an older version ofbcrypt
as mentioned here https://github.com/pyca/bcrypt/issues/684#issuecomment-1913582223