cloudbeat
cloudbeat copied to clipboard
Unifying Poetry projects
Summary of your changes
- Unifying Poetry projects
- Removing hermit Python dependency
Related Issues
Checklist
- [ ] I have added tests that prove my fix is effective or that my feature works
- [x] I have added the necessary README/documentation (if appropriate)
This pull request does not have a backport label. Could you fix it @oren-zohar? 🙏 To fixup this pull request, you need to add the backport labels for the needed branches, such as:
-
backport-v./d./d./d
is the label to automatically backport to the8./d
branch./d
is the digit NOTE:backport-skip
has been added to this pull request.
:x: No tests were run :x:
This pull request is now in conflicts. Could you fix it? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/
git fetch upstream
git checkout -b combine-poetry upstream/combine-poetry
git merge upstream/main
git push upstream combine-poetry