From 5e4e5edea4d6c0df8d8d51b39dc8edf006d8a78e Mon Sep 17 00:00:00 2001 From: pankajastro Date: Fri, 20 Dec 2024 20:57:20 +0530 Subject: [PATCH] Add more dependencies --- docs/requirements.txt | 3 +++ pyproject.toml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index e3f24e0eb..74ed34759 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,6 @@ +aenum +msgpack +apache-airflow pydata-sphinx-theme sphinx sphinx-autoapi diff --git a/pyproject.toml b/pyproject.toml index 16d74c1db..931218173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -186,6 +186,9 @@ markers = ["integration", "perf"] [tool.hatch.envs.docs] dependencies = [ + "aenum", + "msgpack", + "apache-airflow", "pydata-sphinx-theme", "sphinx", "sphinx-autoapi",