@ExLisper@linux.community to Programmer Humor@lemmy.mlEnglish • 2 years agoPackage managers be likelinux.communityimagemessage-square163fedilinkarrow-up1418arrow-down196file-text
arrow-up1322arrow-down1imagePackage managers be likelinux.community@ExLisper@linux.community to Programmer Humor@lemmy.mlEnglish • 2 years agomessage-square163fedilinkfile-text
minus-squarejelloeater - Ops MgrlinkfedilinkEnglish1•2 years agoSeriously, 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.
minus-square@Pantoffel@feddit.delinkfedilink3•2 years agoI like the pyproject.yaml, but checking dependencies with poetry takes 5 to 10 minutes for my projects.
minus-squarejelloeater - Ops MgrlinkfedilinkEnglish2•2 years agoYeah, that’s rough. Is it any faster w PipEnv?
minus-square@Pantoffel@feddit.delinkfedilink2•2 years agoIt actually is almost as instant as you would expect
minus-squarejelloeater - Ops MgrlinkfedilinkEnglish1•2 years agoWeird, Poetry gotta up their game then 😎
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.
I like the pyproject.yaml, but checking dependencies with poetry takes 5 to 10 minutes for my projects.
Yeah, that’s rough. Is it any faster w PipEnv?
It actually is almost as instant as you would expect
Weird, Poetry gotta up their game then 😎