|
|
|
|
|
by takeda
2032 days ago
|
|
I was one of those setup.py + requirements.txt (generated by pip-compile). Though, poetry is actually quite good. There are still some things that I wish it had, like plugin support (for example I really miss setuptools_scm) or being able to use it for C packages. But if your code is pure python it is great from my experience. The dependency resolver is especially good. |
|