mozilla/bleach

drop packaging dependency

willkg opened this issue · 0 comments

A long while back, I deprecated bleach.VERSION, but for some reason the code was still there and the value was being determined using pkg_resources.

Then Benjamin Peterson added packaging as a dependency and changed that code to use packaging.version.Version.

However, since bleach.VERSION has been deprecated forever (f904b52), we can remove it and the packaging dependency.