Skip to content

Commit

Permalink
docs: Add pyproject.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Dec 30, 2024
1 parent ed4aaf5 commit 784bd4b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[project]
name = "gl-docs"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"mkdocs>=1.6.1",
"mkdocs-material>=9.5.49",
"mkdocs-redirects>=1.2.2",
"mkdocs-material-extensions>=1.3.1",
"pymdown-extensions>=10.13",
"ghp-import>=2.1.0",
"pdoc>=15.0.1",
"cairosvg>=2.7.1",
"pillow>=11.0.0",
]

0 comments on commit 784bd4b

Please sign in to comment.