Adds packaging python package to requirements#543
Conversation
|
Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase ( |
|
Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase ( |
|
|
|
Closing the PR since the offending line has been removed and will not be required in the upcoming release. |
What type of PR is this?
Description
We use the
packagingmodule in the retry logic inretry.py. This PR adds thepackagingmodule as a requirement for this usecase.How is this tested?
Manual poetry installation and venv installation
Related Tickets & Documents
#540