Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bzimmer committed May 27, 2024
1 parent 6d3637a commit 51f2c02
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ brews:
commit_author:
name: bzimmer
email: [email protected]
tap:
repository:
owner: bzimmer
name: homebrew-tap
skip_upload: auto
Expand Down
14 changes: 14 additions & 0 deletions Taskfile-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,20 @@ tasks:
cmds:
- goimports -w -local "{{.module}}/" .

docs:generate:
desc: Statically generate the commands documentation
deps: [build]
vars:
cmd:
sh: go mod edit -json | jq -r '.Module.Path | split("/") | last'
cmds:
- |
if [[ -d {{.ROOT_DIR}}/docs/commands ]];
then
{{.ROOT_DIR}}/dist/{{.cmd}} manual {{.ROOT_DIR}}/docs/commands > {{.ROOT_DIR}}/docs/commands.md
fi
docs:build:
desc: Statically generate the documentation
deps: [dist]
Expand Down
54 changes: 29 additions & 25 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
Babel==2.12.1
certifi==2022.12.7
charset-normalizer==3.1.0
click==8.1.3
Babel==2.15.0
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
ghp-import==2.1.0
gitdb==4.0.10
GitPython==3.1.31
idna==3.4
Jinja2==3.1.2
Markdown==3.3.7
MarkupSafe==2.1.2
gitdb==4.0.11
GitPython==3.1.43
idna==3.7
Jinja2==3.1.4
Markdown==3.6
MarkupSafe==2.1.5
mergedeep==1.3.4
mkdocs==1.4.2
mkdocs-git-revision-date-localized-plugin==1.2.0
mkdocs-material==9.1.6
mkdocs-material-extensions==1.1.1
packaging==23.0
Pygments==2.14.0
pymdown-extensions==9.11
python-dateutil==2.8.2
pytz==2023.3
PyYAML==6.0
mkdocs==1.6.0
mkdocs-get-deps==0.2.0
mkdocs-git-revision-date-localized-plugin==1.2.5
mkdocs-material==9.5.25
mkdocs-material-extensions==1.3.1
packaging==24.0
paginate==0.5.6
pathspec==0.12.1
platformdirs==4.2.2
Pygments==2.18.0
pymdown-extensions==10.8.1
python-dateutil==2.9.0.post0
pytz==2024.1
PyYAML==6.0.1
pyyaml_env_tag==0.1
regex==2023.3.23
requests==2.28.2
regex==2024.5.15
requests==2.32.2
six==1.16.0
smmap==5.0.0
urllib3==1.26.15
watchdog==3.0.0
smmap==5.0.1
urllib3==2.2.1
watchdog==4.0.1

0 comments on commit 51f2c02

Please sign in to comment.