test: add httpx for test

This commit is contained in:
long2ice
2023-02-15 10:49:35 +08:00
parent 27acce3160
commit 38ddd063c3
3 changed files with 72 additions and 7 deletions

View File

@@ -25,13 +25,14 @@ aiobotocore = { version = "^1.4.1", optional = true }
typing-extensions = { version = ">=4.1.0", markers = "python_version < \"3.10\"" }
aiohttp = { version = ">=3.8.3", markers = "python_version >= \"3.11\"" }
[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
flake8 = "*"
isort = "*"
black = "*"
pytest = "*"
requests = "*"
coverage = "^6.5.0"
httpx = "*"
[build-system]
requires = ["poetry>=0.12"]