Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
goodoldneon
on May 29, 2022
|
parent
|
context
|
favorite
| on:
Making pip installs a little less slow
Pipenv or Poetry. Pip by itself is missing some key features, like separating dev dependencies (e.g. mypy)
kmarc
on May 29, 2022
|
next
[–]
I think it's a pretty common pattern to use
pip install -r requirements-dev.txt
Not the most convenient, but solves (works around) the issue
goodoldneon
on May 29, 2022
|
parent
|
next
[–]
Then you have to explicitly included all transitive dependencies for your dev dependencies, too. With Pipenv, only have to list your direct dev dependencies
nerdponx
on May 29, 2022
|
prev
[–]
These both use Pip internally. They are wrappers, not replacements.
goodoldneon
on May 29, 2022
|
parent
[–]
Right. I was replying to a comment that asks if there was anything that improves upon pip, which both Pipenv and Poetry do
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: