This commit is contained in:
parent
add5f6df63
commit
a39db6991c
|
@ -20,6 +20,7 @@ granian = "^1.0.1"
|
|||
google-analytics-data = "^0.18.3"
|
||||
opensearch-py = "^2.4.2"
|
||||
httpx = "^0.26.0"
|
||||
dogpile-cache = "^1.3.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ruff = "^0.2.1"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import logging
|
||||
from functools import wraps
|
||||
from dogpile.cache import make_region
|
||||
import httpx
|
||||
|
||||
import httpx
|
||||
from dogpile.cache import make_region
|
||||
from starlette.exceptions import HTTPException
|
||||
|
||||
from settings import ADMIN_SECRET, AUTH_URL
|
||||
|
|
Loading…
Reference in New Issue
Block a user