Files
blog.raer.me/Pipfile
Freyja Odinthrir 41339fd8d2
Some checks failed
/ Build static site, docker image, upload artifact... (push) Successful in 1m10s
/ Connect to deployment host, update, and redeploy docs website. (push) Failing after 21s
FIX PIPFLE FUCK ME
2024-09-05 23:49:38 -07: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.0", index = "gitea"}
pymdown-extensions = {version = "==10.9", index = "pypi"}
[dev-packages]
[requires]
python_version = "3.11"