Files
blog.raer.me/Pipfile
Freyja Odinthrir 0e9ecd5c34 Update blog, update workflow to integrate custom blag fork
- custom blag fork will render markdown with footnotes and strikethrough
2024-01-18 02:49:27 -08:00

18 lines
320 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.3.0", index = "gitea"}
[dev-packages]
[requires]
python_version = "3.11"