Fix auth providers

This commit is contained in:
Matthias
2020-12-26 08:48:15 +01:00
parent 86d0700884
commit 5e4c4cae06
3 changed files with 66 additions and 44 deletions

View File

@@ -35,7 +35,7 @@ flask-cors==3.0.9
# API Server
fastapi==0.63.0
uvicorn==0.13.2
fastapi_jwt_auth==0.5.0
pyjwt==1.7.1
# Support for colorized terminal output
colorama==0.4.4