Skip to content

Commit

Permalink
add --hidden-import jinja2_ansible_filters
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed Oct 16, 2023
1 parent e6ec93d commit d1f18db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ docs_generate = "sphinx-build -b markdown -E docs/sphinx docs/cli"
docs_toc = "gfm-toc docs/cli/index.md -e 3"
docs_title = {shell = "(echo \"# AlgoKit CLI Reference Documentation\\n\\n\"; cat docs/cli/index.md) > docs/cli/temp.md && mv docs/cli/temp.md docs/cli/index.md"}
docs = ["docs_generate", "docs_toc", "docs_title"]
build = "pyinstaller --copy-metadata algokit -yn algokit src/algokit/__main__.py"
build = "pyinstaller --hidden-import jinja2_ansible_filters --copy-metadata algokit -yn algokit src/algokit/__main__.py"

[tool.ruff]
line-length = 120
Expand Down

0 comments on commit d1f18db

Please sign in to comment.