website/Pipfile
Andrei Jiroh Halili 137a9f99b7
Update Pipfile.lock for Python 3.12
Alongside some quick edits to the base config

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
2023-10-18 22:42:01 +08:00

27 lines
599 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
mkdocs-git-revision-date-localized-plugin = "*"
mkdocs-material = "*"
mkdocs-minify-plugin = "*"
mkdocs-redirects = "*"
pillow = "*"
cairosvg = "*"
mkdocs-rss-plugin = "*"
mkdocs-git-committers-plugin-2 = "*"
mkdocs-autolinks-plugin = "*"
[dev-packages]
[requires]
python_version = "3.12"
[scripts]
dev = "mkdocs serve --watch overrides --watch-theme --livereload"
build = "bash bin/build.sh"
build-staging = "bash bin/build.sh mkdocs.readthedocs.yml"
build-tilde-ctrlc = "bash bin/build.sh mkdocs.tilde.yml"