mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-05-09 15:13:10 +00:00
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:
parent
3af92fab38
commit
553ffb13fc
9 changed files with 823 additions and 13 deletions
17
Pipfile
Normal file
17
Pipfile
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue