fix: pin bcrypt to 4.0.1 (#113)

fixes issue in the now abandoned(?) passlib library where passwords could not be hashed
This commit is contained in:
David Markowitz
2025-09-29 18:30:38 -07:00
committed by GitHub
parent e271a93793
commit 7c363ee6c1
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@@ -19,3 +19,6 @@ app/settings.py
*.exe
*.csv
*.sql
bin
lib
include

View File

@@ -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