Add httpx client and set it as default

Closes #279
This commit is contained in:
Boger 2020-03-12 20:35:46 +03:00
parent 0bd7fc2c7e
commit 086806e202
6 changed files with 413 additions and 13 deletions

View file

@ -38,6 +38,7 @@ Babel = "^2.7"
aiofiles = "^0.4.0"
uvloop = {version = "^0.14.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'", optional = true}
async_lru = "^1.0"
httpx = "^0.12.0"
[tool.poetry.dev-dependencies]
uvloop = {version = "^0.14.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'"}
@ -62,6 +63,7 @@ pymdown-extensions = "^6.1"
lxml = "^4.4"
ipython = "^7.10"
markdown-include = "^0.5.1"
RESPX = "^0.10.1"
[tool.poetry.extras]
fast = ["uvloop"]