tanner
tanner copied to clipboard
Dependency management
New major versions of libraries can broke the build. I think of using pipenv for dependency management, but maybe there is a better way. Topic for discussion
You can also set a required version in the requirements.txt: youpackage==1.0.0
@glaslos Yeah, you're right, it is the easiest way :)
@afeena I think pipenv would be a good way to implement both dependency management as well as creating a virtual environment for the dependencies. I think we can implement this on SNARE's side as well, what's your opinion?