mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-10-10 17:18:02 +00:00
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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -19,3 +19,6 @@ app/settings.py
|
||||
*.exe
|
||||
*.csv
|
||||
*.sql
|
||||
bin
|
||||
lib
|
||||
include
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user