mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-10-11 01:28: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
|
*.exe
|
||||||
*.csv
|
*.csv
|
||||||
*.sql
|
*.sql
|
||||||
|
bin
|
||||||
|
lib
|
||||||
|
include
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
alembic==1.7.5
|
alembic==1.7.5
|
||||||
autopep8==1.6.0
|
autopep8==1.6.0
|
||||||
|
bcrypt==4.0.1
|
||||||
email-validator==1.1.3
|
email-validator==1.1.3
|
||||||
Flask==3.0.0
|
Flask==3.0.0
|
||||||
Flask-APScheduler==1.12.3
|
Flask-APScheduler==1.12.3
|
||||||
|
Reference in New Issue
Block a user