diff --git a/pyproject.toml b/pyproject.toml index 56b9e0bce..406380a88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,9 @@ rq = {version = "*", optional = true} proxy = [ "uvicorn", "fastapi", + "appdirs", "backoff", + "pyyaml", "rq", "orjson", "importlib",