auth from extension

This commit is contained in:
msramalho
2023-02-24 15:39:11 +01:00
parent 75e98f5f31
commit f6b116554f
14 changed files with 164 additions and 224 deletions

View File

@@ -13,12 +13,11 @@ pytest = "==6.2.4"
redis = "==3.5.3"
requests = "==2.25.1"
uvicorn = "==0.13.4"
fastapi-users = {extras = ["sqlalchemy"], version = "*"}
aiosqlite = "*"
httpx-oauth = "*"
python-dotenv = "*"
auto-archiver = {editable = true, path = "./../../auto-archiver"}
loguru = "*"
sqlalchemy = "*"
[dev-packages]