mindlair/Pipfile
Irrlicht 04e7443bfe [page][slash][hills] Complete a bit the hills slash page adding some dependency
- Add a picture to the page to illustrate a pufferfish.
- Add simple-footnotes plugin for Pelican.
2025-10-22 00:07:46 +02:00

13 lines
226 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pelican = {extras = ["markdown"], version = "==4.11.0"}
pelican-simple-footnotes = "*"
[dev-packages]
[requires]
python_version = "3.13"