aboutsummaryrefslogtreecommitdiffstats
path: root/docs/pyproject.toml
blob: e3bef9827d4a7c827935a0e13500dcd9127c8e4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "atuin-cli-docs"
version = "1.0.0"
description = "Atuin CLI documentation"
requires-python = ">=3.11"
dependencies = [
  "mkdocs-material>=9.5",
  "mkdocs-multirepo-plugin @ git+https://github.com/atuinsh/mkdocs-multirepo-plugin@mkt/imported_repo",
  "mkdocs-git-revision-date-localized-plugin>=1.2",
  "mkdocs-glightbox>=0.4",
  "mkdocs-redirects>=1.2.2",
]

[dependency-groups]
dev = []