chore(global): add Pipfile files for pipenv setup

Also in this commit involves some redirection hellscape
and config changes.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-09-12 20:58:11 +08:00
parent 3af92fab38
commit 553ffb13fc
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
9 changed files with 823 additions and 13 deletions

17
Pipfile Normal file
View file

@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
mkdocs-git-revision-date-localized-plugin = "*"
mkdocs-material = "*"
mkdocs-minify-plugin = "*"
mkdocs-redirects = "*"
pillow = "*"
cairosvg = "*"
[dev-packages]
[requires]
python_version = "3.11"