Update blog, update workflow to integrate custom blag fork
- custom blag fork will render markdown with footnotes and strikethrough
This commit is contained in:
7
Pipfile
7
Pipfile
@@ -3,8 +3,13 @@ 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 = "*"
|
||||
blag = {version = "==2.3.0", index = "gitea"}
|
||||
|
||||
[dev-packages]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user