Skip to content

Commit

Permalink
Added Pipfile, redirects, and added setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jungshadow committed May 27, 2024
1 parent 3b63a70 commit dcbc186
Show file tree
Hide file tree
Showing 4 changed files with 542 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
jinja2 = "==3.0.0"
mkdocs = "==1.2.3"
mkdocs-material = "==7.2.8"
mkdocs-mermaid2-plugin = "==0.5.2"
mkdocs-redirects = "==1.0.3"

[dev-packages]

[requires]
python_version = "3.12"
python_full_version = "3.12.2"
Loading

0 comments on commit dcbc186

Please sign in to comment.