Skip to content

Commit

Permalink
fix: add bcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
abinba committed Jan 28, 2024
1 parent b961f6c commit 600b703
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
52 changes: 51 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ passlib = "^1.7.4"
uvicorn = "^0.25.0"
itsdangerous = "^2.1.2"
sqladmin = "^0.16.0"
bcrypt = "^4.1.2"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
Expand Down

0 comments on commit 600b703

Please sign in to comment.