fix: Ensure bcrypt and passlib are included in requirements.txt
Some checks failed
Run Tests / e2e tests (push) Failing after 1m26s
Run Tests / lint tests (push) Failing after 6s
Run Tests / unit tests (push) Failing after 7s

This commit is contained in:
2025-10-27 10:46:34 +01:00
parent 3fc6a2a9d3
commit 41156a87d1

View File

@@ -1,3 +1,4 @@
bcrypt
fastapi
uvicorn
sqlalchemy
@@ -7,3 +8,4 @@ httpx
jinja2
pandas
numpy
passlib