Skip to content

Commit 7499e2d

Browse files
committed
Add bcrypt dependency to fix broken authentication
1 parent 7fcc5cc commit 7499e2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ dependencies = [
6161
"Flask-Login>=0.6.3",
6262
"cryptography>=45.0.5",
6363
"passlib>=1.7.4",
64+
"bcrypt>=4.0.0",
6465
"flask-wtf>=1.2.1",
6566
"flask-limiter>=3.8.0",
6667
"redis>=5.0.0",

0 commit comments

Comments
 (0)