Hacker News new | ask | show | jobs
by squaresmile 2206 days ago
> although you don't have the clean pyproject-dev-prod/lock file separation

That's why I use "poetry export -f requirements.txt > requirements.txt" instead of pip freeze. It only exports prod requirements from the poettry lock file.

1 comments

Nice trick, and very useful to make sure people never have to know about poetry if your team can't deal with it.