wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.86k stars 240 forks source link

Drop dependency on pkg_resources used by kaitaistruct version checking #723

Open 1-Byte opened 7 months ago

1-Byte commented 7 months ago

Some versions of Python to do not ship with pkg_resources.

Backport of mitmproxy/mitmproxy#5403