Skip to content

Commit

Permalink
add django-perf-rec, pip, and uv to dev extras (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Aug 2, 2024
1 parent e516ac6 commit 90e6af9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added

- Added `copier` and `copier-templates-extensions` to `dev` extras in `pyproject.toml`.
- Added `django-perf-rec` to `dev` extras in `pyproject.toml`.
- Added `pip` and `uv` to `dev` extras in `pyproject.toml`.

## [2024.41]

Expand Down
3 changes: 3 additions & 0 deletions src/django_twc_project/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,13 @@ dev = [
"django-browser-reload",
"django-coverage-plugin",
"django-debug-toolbar",
"django-perf-rec",
"django-stubs",
"faker",
"ipython",
"model_bakery",
"mypy",
"pip",
"playwright=={{ playwright_version }}",
"pre-commit",
"pytest",
Expand All @@ -79,6 +81,7 @@ dev = [
"ruff",
"types-croniter",
"types-openpyxl",
"uv"
]
docs = [
"cogapp",
Expand Down

0 comments on commit 90e6af9

Please sign in to comment.