Skip to content

Commit

Permalink
Hotfix: add bcrypt as backend dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
printer83mph committed Apr 24, 2024
1 parent e3dc131 commit 0dd1735
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 102 deletions.
1 change: 1 addition & 0 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ boto3 = "*"
psycopg2 = "*"
sqladmin = "*"
python-jose = {extras = ["cryptography"], version = "*"}
bcrypt = "*"

[dev-packages]
boto3-stubs = {extras = ["essential"], version = "*"}
Expand Down
Loading

0 comments on commit 0dd1735

Please sign in to comment.