You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the suggestion. I'm not a fan of poetry (tbf, haven't given it much of a chance) but I especially think for libraries, a setup.py is more appropriate.
Poetry tends to be more for applications than libraries.
And I also prefer separate scripts than a Makefile. Those tend to get quite messy and I almost never need more than the format, lint, test.sh trio I have in all my projects.
Also, sorry I was abrupt the other day. I was gonna ask if you wanted to make a change to functionality and then forgot. I imagine it was to play with the context vars?
I wonder if you are interested in adopting Poetry as the package management tool. It could also replace
setup.py
.In addition, I'd also include a
Makefile
to store all development task scripts in one single file. I believe it would make the project simpler.I contributed to another project recently with changes these: sabuhish/fastapi-mail#89
The text was updated successfully, but these errors were encountered: