feat: Move pytest, coverage and model bakery to develop dependencies
This commit is contained in:
parent
206cd282e6
commit
71ef17dc97
@ -24,14 +24,12 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Django",
|
"Django",
|
||||||
"coverage",
|
|
||||||
"codecov",
|
"codecov",
|
||||||
"sphinx",
|
"sphinx",
|
||||||
"sphinx-rtd-theme",
|
"sphinx-rtd-theme",
|
||||||
"gunicorn",
|
"gunicorn",
|
||||||
"fontawesomefree",
|
"fontawesomefree",
|
||||||
"whitenoise",
|
"whitenoise",
|
||||||
"model_bakery",
|
|
||||||
"markdown",
|
"markdown",
|
||||||
"Pillow",
|
"Pillow",
|
||||||
"django-registration",
|
"django-registration",
|
||||||
@ -48,6 +46,8 @@ dynamic = ["version", "readme"]
|
|||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
develop = [
|
develop = [
|
||||||
"pytest",
|
"pytest",
|
||||||
|
"coverage",
|
||||||
|
"model_bakery",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user