added password hashing and ensured admin user exists
This commit is contained in:
@@ -5,6 +5,7 @@ description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"bcrypt>=4.0.0",
|
||||
"fastapi>=0.121.0",
|
||||
"sqlalchemy>=2.0.0",
|
||||
"uvicorn>=0.38.0",
|
||||
|
||||
Reference in New Issue
Block a user