From 358eb0b8a7346672d85639c7340a5965a682f757 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Fri, 10 May 2024 20:30:14 +0530 Subject: [PATCH] Add msgpack as a dependency for hatch docs env --- pyproject.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5690100d8..f740f2071 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -166,13 +166,14 @@ markers = ["integration", "sqlite", "perf"] [tool.hatch.envs.docs] dependencies = [ "aenum", - "sphinx", - "pydata-sphinx-theme", - "sphinx-autobuild", - "sphinx-autoapi", - "openlineage-airflow", "apache-airflow-providers-cncf-kubernetes>=5.1.1", + "msgpack", + "openlineage-airflow", "pydantic>=1.10.0", + "pydata-sphinx-theme", + "sphinx", + "sphinx-autoapi", + "sphinx-autobuild", ] [tool.hatch.envs.docs.scripts]