12 ms·
Recently just migrate a project from pypoetry away to the traditional setup method. Poetry works great for simple package, but once you started to add in comple
by blackcat201 4y ago
Recently just migrate a project from pypoetry away to the traditional setup method. Poetry works great for simple package, but once you started to add in complexities, it just falls apart due to everything was abstract away and simplified into config files and command line.