Skip to content

Commit

Permalink
add copier dependencies to dev extras (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Aug 2, 2024
1 parent 3ca82a5 commit da2098f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added

- Added `copier` and `copier-templates-extensions` to `dev` extras in `pyproject.toml`.

## [2024.41]

### Changed
Expand Down
2 changes: 2 additions & 0 deletions src/django_twc_project/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ dynamic = ["version"]

[project.optional-dependencies]
dev = [
"copier",
"copier-templates-extensions",
"coverage[toml]",
"django-browser-reload",
"django-coverage-plugin",
Expand Down

0 comments on commit da2098f

Please sign in to comment.