aboutsummaryrefslogtreecommitdiffstats
path: root/docs/pyproject.toml
blob: bb6009d091298e1d15dc97112832662cdf6c5d32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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",
  "mkdocs-llmstxt>=0.5",
]

[tool.uv]
override-dependencies = [
    "click==8.2.1",
]

[dependency-groups]
dev = []