Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

fix(Makefile): Update poetry export command to use --with option #468

Closed CuriousLearner closed 1 year ago

CuriousLearner commented 1 year ago

Why was this change necessary?

The --dev option in poetry export command is deprecated. A warning is presented while using this option.

How does it address the problem?

It updates the poetry export command to use the newer --with option.

Are there any side effects?

None.

CuriousLearner commented 1 year ago

Thanks! 🎉