Skip to content

Commit

Permalink
chore(deps): 🔧 use pipenv for Python dependencies, swap Netlify CLI w…
Browse files Browse the repository at this point in the history
…ith Wrangler and add dotenvx CLI

Signed-off-by: Andrei Jiroh Halili (RecapTime.dev) <[email protected]>
  • Loading branch information
ajhalili2006 committed Nov 12, 2024
1 parent e57d318 commit 43e7876
Show file tree
Hide file tree
Showing 5 changed files with 2,785 additions and 127 deletions.
23 changes: 23 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
mkdocs-material = "*"
mkdocs-material-extensions = "*"
mkdocs-minify-plugin = "*"
mkdocs-redirects = "*"
mkdocs-git-revision-date-localized-plugin = "*"
pymdown-extensions = "*"
pillow = "*"
cairosvg = "*"

[dev-packages]

[requires]
python_version = "3.12"

[scripts]
dev = "mkdocs serve --watch ./overrides"
build = "mkdocs build --site-dir ./public"
Loading

0 comments on commit 43e7876

Please sign in to comment.