Skip to content

Commit 0feb05c

Browse files
committed
🔒 Add django-test-plus and model-bakery dev deps
1 parent 0dc5163 commit 0feb05c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
- django-test-plus
4242
- model-bakery
4343
- pytest
44-
- pytest-cov
4544
- pytest-django
4645

4746
### 🏠 [Homepage](https://github.com/jefftriplett/django-startproject)

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ dependencies = [
1515

1616
[dependency-groups]
1717
dev = [
18+
"django-test-plus",
19+
"model-bakery",
1820
"pytest",
1921
"pytest-django",
2022
]

0 commit comments

Comments
 (0)