fastapi-users

This commit is contained in:
msramalho
2023-02-23 18:54:19 +01:00
parent c6b39db295
commit 75e98f5f31
13 changed files with 634 additions and 35 deletions

View File

@@ -6,14 +6,19 @@ name = "pypi"
[packages]
aiofiles = "==0.6.0"
celery = "==4.4.7"
fastapi = "==0.64.0"
fastapi = "*"
flower = "==0.9.7"
jinja2 = "==3.0.3"
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 = "*"
[dev-packages]