Fix import name 'CeilTimeout' from 'aiohttp.helpers'
Fix https://github.com/minamotorin/twint/issues/6 Solution is from https://github.com/twintproject/twint/issues/1360#issuecomment-1060913389 I'm not sure about https://github.com/twintproject/twint/issues/831, but it seems work fine with also aiohttp_socks 0.4.1 or later. Version limitation of aiohttp_socks was added by commit https://github.com/twintproject/twint/commit/fef94a5738146b36eba696607c9bb9de76f539a7
Showing
| ... | ... | @@ -6,7 +6,7 @@ dataclasses |
| elasticsearch | ||
| pysocks | ||
| pandas>=0.23.0 | ||
| aiohttp_socks<=0.4.1 | ||
| aiohttp_socks | ||
| schedule | ||
| geopy | ||
| fake-useragent | ||
| ... | ... |
Please register or sign in to comment