Browse Source

note which version is the latest supported

main
John-Mark Gurney 5 years ago
parent
commit
722c159b7b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      aiosocks/connector.py

+ 1
- 1
aiosocks/connector.py View File

@@ -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):


Loading…
Cancel
Save