feat(proxy): proxy for aiohttp,base sessions

Add support for proxies in aiohttp session with aiohttp_socks library,
edit BaseSession class to support proxies for other sessions in future.
This commit is contained in:
mpa 2020-03-19 05:35:22 +04:00
parent 0bd7fc2c7e
commit aa289cdd93
6 changed files with 99 additions and 10 deletions

View file

@ -62,6 +62,7 @@ pymdown-extensions = "^6.1"
lxml = "^4.4"
ipython = "^7.10"
markdown-include = "^0.5.1"
aiohttp-socks = "^0.3.4"
[tool.poetry.extras]
fast = ["uvloop"]