Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mertture committed Jan 3, 2023
1 parent 6c906dc commit ff675ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def register():

if user is not None:
return "User already exists", 409

salt = bcrypt.gensalt()
hash = bcrypt.hashpw(password.encode("utf-8"), salt)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Flask==2.0.3
PyJWT==2.6.0
pymongo==4.1.1
python-dotenv==0.21.0
python_bcrypt==0.3.1
bcrypt==4.0.1
dnspython==2.1.0

0 comments on commit ff675ba

Please sign in to comment.