Files
blog.raer.me/Pipfile
Freyja Odinthrir 7d6afe6c13
Some checks failed
/ Build static site, docker image, upload artifact... (push) Failing after 2m35s
/ Connect to deployment host, update, and redeploy docs website. (push) Has been skipped
bump python to 3.12
2025-11-16 07:35:30 -08:00

19 lines
378 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://$PIPENV_USER:$PIPENV_PASS@gitea.raer.me/api/packages/freyjagp/pypi/simple"
verify_ssl = true
name = "gitea"
[packages]
blag = {version = "==2.4.2", index = "gitea"}
pymdown-extensions = {version = "==10.9", index = "pypi"}
[dev-packages]
[requires]
python_version = "3.12"