Skip to content

Commit 7c363ee

Browse files
authored
fix: pin bcrypt to 4.0.1 (#113)
fixes issue in the now abandoned(?) passlib library where passwords could not be hashed
1 parent e271a93 commit 7c363ee

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ app/settings.py
1919
*.exe
2020
*.csv
2121
*.sql
22+
bin
23+
lib
24+
include

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
alembic==1.7.5
22
autopep8==1.6.0
3+
bcrypt==4.0.1
34
email-validator==1.1.3
45
Flask==3.0.0
56
Flask-APScheduler==1.12.3

0 commit comments

Comments
 (0)