-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency management #211
Comments
You can also set a required version in the requirements.txt: |
@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? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 discussionThe text was updated successfully, but these errors were encountered: