python requests使用socks5报:ModuleNotFoundError: No module named 'socks'

使用前先更新requests版本为支持socks的版本。

pip install -U requests[socks]