Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

So leaf packages can pin vulnerable or slow stuff why?


The context is

> For your dependency/versioning issue, use a virtualenv per-project and pin your dependency versions in requirements.txt

requirements.txt is not uploaded to PyPI and has no effect on your package’s dependencies when a user installs it (leaf package or no). It’s only used for developing the package itself, typically in a unique virtual environment.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: