Skip to content

Commit

Permalink
chore(global): update config and stuff one last time
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Jiroh Halili (RecapTime.dev) <[email protected]>
  • Loading branch information
ajhalili2006 committed Sep 30, 2024
1 parent 3db96ee commit d39634a
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
74 changes: 37 additions & 37 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
command = "./bin/netlify-build"

# Exit early if the source files are unedited
ignore = "git diff --quiet HEAD^ HEAD src/ mkdocs.yml netlify.toml bin/netlify-build"
#ignore = "git diff --quiet HEAD^ HEAD src/ mkdocs.yml netlify.toml bin/netlify-build"

# Post-processing stuff
[build.processing]
Expand Down
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
-i https://pypi.org/simple
babel==2.16.0; python_version >= '3.8'
certifi==2024.7.4; python_version >= '3.6'
certifi==2024.8.30; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
ghp-import==2.1.0
gitdb==4.0.11; python_version >= '3.7'
gitpython==3.1.43; python_version >= '3.7'
idna==3.7; python_version >= '3.5'
idna==3.10; python_version >= '3.6'
jinja2==3.1.4; python_version >= '3.7'
markdown==3.7; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
mergedeep==1.3.4; python_version >= '3.6'
mkdocs==1.6.0; python_version >= '3.8'
mkdocs==1.6.1; python_version >= '3.8'
mkdocs-get-deps==0.2.0; python_version >= '3.8'
mkdocs-git-authors-plugin==0.9.0; python_version >= '3.7'
mkdocs-git-revision-date-localized-plugin==1.2.6; python_version >= '3.8'
mkdocs-material==9.5.31; python_version >= '3.8'
mkdocs-git-revision-date-localized-plugin==1.2.9; python_version >= '3.8'
mkdocs-material==9.5.39; python_version >= '3.8'
mkdocs-material-extensions==1.3.1; python_version >= '3.8'
mkdocs-monorepo-plugin==1.1.0; python_version >= '3'
mkdocs-redirects==1.2.1; python_version >= '3.6'
mkdocs-section-index==0.3.9; python_version >= '3.8'
packaging==24.1; python_version >= '3.8'
paginate==0.5.6
paginate==0.5.7
pathspec==0.12.1; python_version >= '3.8'
platformdirs==4.2.2; python_version >= '3.8'
platformdirs==4.3.6; python_version >= '3.8'
pygments==2.18.0; python_version >= '3.8'
pymdown-extensions==10.9; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
pymdown-extensions==10.11.1; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-slugify==8.0.4; python_version >= '3.7'
pytz==2024.1
pytz==2024.2
pyyaml==6.0.2; python_version >= '3.8'
pyyaml-env-tag==0.1; python_version >= '3.6'
regex==2024.7.24; python_version >= '3.8'
regex==2024.9.11; python_version >= '3.8'
requests==2.32.3; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
smmap==5.0.1; python_version >= '3.7'
text-unidecode==1.3
urllib3==2.2.2; python_version >= '3.8'
watchdog==4.0.2; python_version >= '3.8'
urllib3==2.2.3; python_version >= '3.8'
watchdog==5.0.3; python_version >= '3.9'

0 comments on commit d39634a

Please sign in to comment.