@[email protected] to Programmer [email protected]English • 2 years agoPackage managers be likelinux.communityimagemessage-square158fedilinkarrow-up1413
arrow-up1413imagePackage managers be likelinux.community@[email protected] to Programmer [email protected]English • 2 years agomessage-square158fedilink
minus-squarejelloeaterlinkfedilinkEnglish1•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@[email protected]linkfedilink2•2 years agoI like the pyproject.yaml, but checking dependencies with poetry takes 5 to 10 minutes for my projects.
minus-square@[email protected]linkfedilink2•2 years agoIt actually is almost as instant as you would expect
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 😎