Live data from Hacker News

Viewing profile — sealedservant

sealedservant

HN member
Joined
Tue, Jun 11, 2024, 10:19 PM UTC
HN karma
11
Public activity
6 items

About sealedservant

No profile information was provided.

Recent public activity

  1. comment
    Comment #40908717

    My problem with pip-tools is this: # pip-tools dependencies dependencies = [ # direct dependencies "build >= 1.0.0", "click >= 8", "pip >= 22.2", "pyproject_hooks", "tomli; python_…

  2. comment
    Comment #40908671

    > And I've done the last one, converted all packages to wheels Did this require just downloading the packages again from the requirements.txt, or can pip do this? That could help m…

  3. comment
    Comment #40908004

    Ah, that's news to me! Updated previous comment for accuracy. I mostly use pipx these days for stuff I need on the PATH.

  4. comment
    Comment #40907940

    Virtual environments are cool, and necessary, but at the same time, they are incredibly limited and I always get frustrated at the lack of features they should have. They are too f…

  5. comment
    Comment #40907752

    I concur and I also think that there are too many build backends. pdm is my current favorite package manager. It is fully PEP-compliant and the lockfile generation is nice. I would…

  6. comment