mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 21:18:35 +03:00
fastapi-users
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user