After recent changes with beautifulsoup4, the requests-kerberos dependency that is supposed to be optional (due to extras_require={"kerberos": ["requests-kerberos"]}) became not optional as it's pulled from requirements.txt.
This dependency requires a heavy installation due to transitive dependencies so it would be better to keep optional
After recent changes with beautifulsoup4, the
requests-kerberosdependency that is supposed to be optional (due toextras_require={"kerberos": ["requests-kerberos"]}) became not optional as it's pulled from requirements.txt.This dependency requires a heavy installation due to transitive dependencies so it would be better to keep optional