Updated api to use bcrypt

This commit is contained in:
2022-03-27 20:42:11 +02:00
parent 948ef0c179
commit 48e97ea406
3 changed files with 6 additions and 8 deletions

View File

@@ -6,4 +6,5 @@ python-dotenv==0.20.0
pymysql==1.0.2
pyjwt==2.3.0
apiflask==0.12.0
flask-cors==3.0.10
flask-cors==3.0.10
bcrypt==3.1.0