Skip to content

Comment on Poetry – Dependency Management for Python – v1.0

Comments

What's the advantage of using poetry compare to vendorize your dependencies and check in the whl files (which can be manylinux binary) into your version management system?

This is actually pretty straightforward:

  pip wheel -w ./wheelhouse -r requirements.txt
Then you can modify your script to insert every whl in sys.path. Add wheelhouse directory to version control and you get a repo that can easily reproduce anywhere that manylinux is supported.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.