mhinz / neovim-remote

:ok_hand: Support for --remote and friends.
MIT License
1.73k stars 83 forks source link

Migrate to poetry #158

Closed jD91mZM2 closed 2 years ago

jD91mZM2 commented 3 years ago

Thanks to the awesome tool DepHell (https://github.com/dephell/dephell) for converting this mostly automatically :)

Poetry is an amazing package manager that creates a virtualenv for each project automagically and is reproducible. Its value can't be overstated on systems like NixOS where you can't really install pip stuff globally (it goes against the reproducibility model). It's also easy to build poetry projects using Nix thanks to the lockfiles.

mhinz commented 2 years ago

It's been some time since you opened this.. my bad.

You mentioned Poetry, but I only see DepHell. I'm confused.

Also I won't accept any PR that removes setup.py.