feat: Move pytest, coverage and model bakery to develop dependencies

This commit is contained in:
moanos [he/him] 2025-01-18 18:30:02 +01:00
parent 206cd282e6
commit 71ef17dc97

View File

@ -24,14 +24,12 @@ classifiers = [
]
dependencies = [
"Django",
"coverage",
"codecov",
"sphinx",
"sphinx-rtd-theme",
"gunicorn",
"fontawesomefree",
"whitenoise",
"model_bakery",
"markdown",
"Pillow",
"django-registration",
@ -48,6 +46,8 @@ dynamic = ["version", "readme"]
[project.optional-dependencies]
develop = [
"pytest",
"coverage",
"model_bakery",
]
[project.urls]