From 7c363ee6c1bb87f3ecd76015f0618c2f4e5a7394 Mon Sep 17 00:00:00 2001 From: David Markowitz <39972741+EmosewaMC@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:30:38 -0700 Subject: [PATCH] fix: pin bcrypt to 4.0.1 (#113) fixes issue in the now abandoned(?) passlib library where passwords could not be hashed --- .gitignore | 3 +++ requirements.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e55a5ab..54d81ae 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ app/settings.py *.exe *.csv *.sql +bin +lib +include diff --git a/requirements.txt b/requirements.txt index e2b168c..4639755 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ alembic==1.7.5 autopep8==1.6.0 +bcrypt==4.0.1 email-validator==1.1.3 Flask==3.0.0 Flask-APScheduler==1.12.3