thenewboston-developers / Cooking-Core

Cooking website API.
30 stars 17 forks source link

Move pytest and model-bakery under dev dependencies #52

Closed AlinMH closed 1 year ago

AlinMH commented 1 year ago

The change was done via the following commands:

poetry remove pytest pytest-django pytest-xdist model-bakery
poetry add -D pytest pytest-django pytest-xdist model-bakery

Closes #51

AlinMH commented 1 year ago

included in #52