added password hashing and ensured admin user exists
Build and Push Docker Image / build-and-push (pull_request) Successful in 58s
Python Code Quality / python-code-quality (pull_request) Failing after 10s
Python Test / python-test (pull_request) Failing after 24s

This commit is contained in:
Brian Bjarke Jensen
2025-11-07 23:48:14 +01:00
parent 8b187f134d
commit 7b4e597e6f
6 changed files with 181 additions and 61 deletions
+1
View File
@@ -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",