Skip to content

Commit

Permalink
Add msgpack as a dependency for hatch docs env
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed May 10, 2024
1 parent 386dab0 commit 358eb0b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 358eb0b

Please sign in to comment.