|
|
@@ -14,7 +14,7 @@ __all__ = ('ProxyConnector', 'ProxyClientRequest') |
|
|
|
from distutils.version import StrictVersion |
|
|
|
|
|
|
|
if StrictVersion(aiohttp.__version__) < StrictVersion('2.3.2'): |
|
|
|
raise RuntimeError('aiosocks.connector depends on aiohttp 2.3.2+') |
|
|
|
raise RuntimeError('aiosocks.connector depends on aiohttp 2.3.2+, latest 2.3.10') |
|
|
|
|
|
|
|
|
|
|
|
class ProxyClientRequest(aiohttp.ClientRequest): |
|
|
|