mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
553ffb13fc
Also in this commit involves some redirection hellscape and config changes. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
17 lines
287 B
TOML
17 lines
287 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 = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.11"
|