Skip to content

Commit

Permalink
feat: remove jinga-time dependency (eol)
Browse files Browse the repository at this point in the history
  • Loading branch information
geronimo-iia committed Aug 25, 2024
1 parent 8be0590 commit 29ec21f
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 101 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ poetry.lock: pyproject.toml
.PHONY: configure
configure:
@poetry config virtualenvs.in-project true
poetry run python -m pip install --upgrade pip
@poetry run python -m pip install --upgrade pip
@poetry run python -m pip install --upgrade setuptools


# BUILD ########################################################################
Expand Down
3 changes: 1 addition & 2 deletions cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"python_minor_version": 8,
"max_code_line_length": 120,
"use_package_mode": ["Enabled", "Disabled"],
"year": "{% now 'utc', '%Y' %}",
"_extensions": ["jinja2_time.TimeExtension"]
"year": "2024"
}
Loading

0 comments on commit 29ec21f

Please sign in to comment.