Skip to content

Commit

Permalink
Remove jinja2-time from _extensions (#350)
Browse files Browse the repository at this point in the history
According to cookiecutter/cookiecutter#1888, the jinja2-time extension is no longer required and can be removed. In more recent versions of cookiecutter, the time extension is loaded automatically. This should make it possible to run the bootstrapper with the pipx, which is recommended by cookiecutter's docs.

This PR removes the jinja2-time extension and updates the installation instructions in the README to use pipx.
  • Loading branch information
whusterj authored Sep 5, 2024
1 parent 99eb831 commit 7c23c32
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 120 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pytest-instafail = "==0.4.2"
PyYAML = "==6.0.1"
PyGithub = "==1.55"
Jinja2 = "==3.0.1"
jinja2-time = "*"

[dev-packages]

Expand Down
182 changes: 98 additions & 84 deletions Pipfile.lock

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

Loading

0 comments on commit 7c23c32

Please sign in to comment.