Remove un-needed python dependencies #5101
Labels
Accepted
Accepted issue on our roadmap
Good First Issue
Good for new contributors
Improvement
Minor improvement to code
Milestone
Reviewing #5100 I realized that we have dependencies like
defusedxml
but there are nofrom/import defusedxml
in our entire code base. So, we should remove them and rely on the proper package installation to install the proper version of it (to keep the compatibility they want).Probably the same happens with
lxml
andhttplib2
and more. Please, consider finding out other cases here.The text was updated successfully, but these errors were encountered: