another dependency

This commit is contained in:
benarc
2022-04-16 11:18:27 +01:00
parent b5703e0dfc
commit 829e220096

View File

@@ -8,6 +8,7 @@ from urllib.parse import ParseResult, parse_qs, urlencode, urlparse, urlunparse
import httpx
import pyqrcode
from io import BytesIO
from starlette.responses import HTMLResponse, StreamingResponse
from fastapi import Query, Request, Header
from fastapi.exceptions import HTTPException