Sorry Python but it is what it is.

  • jelloeater
    link
    English
    11 year ago

    Seriously, I usually use Poetry these days for most projects, shit just works, build well and lets me distribute my code from PiPy just fine. Everything in one pyproject.yaml.

    • @[email protected]
      link
      fedilink
      31 year ago

      I like the pyproject.yaml, but checking dependencies with poetry takes 5 to 10 minutes for my projects.

      • jelloeater
        link
        English
        21 year ago

        Yeah, that’s rough. Is it any faster w PipEnv?