From ed615e7df4c893c059bd2f578508690d4c1e51be Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 27 Dec 2023 17:22:36 +0530 Subject: [PATCH] (feat) proxy - add pyyaml, appdirs as dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) 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",