Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
11 stars 0 forks source link

Use Python Poetry for dependency management and packaging (SVRENG-252) #63

Closed asullivan-blze closed 6 months ago

asullivan-blze commented 6 months ago

Among the other benefits that Poetry provides, I've never been a fan of having to deal with dependency conflicts, and the Makefile either assumes it is operating in a venv, or the user is fine with having packages injected into their current environment via pip.

I'd like to change this and use Poetry instead.