Skip to content

Commit

Permalink
Intro httpx for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Sep 14, 2023
1 parent a7d5286 commit 0b4d5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
'Programming Language :: Python :: 3.11',
]
[project.optional-dependencies]
test = ["pytest", "pytest-cov", "pytype"]
test = ["pytest", "pytest-cov", "pytype", "httpx"]
docs = ["Sphinx<=7.2.4", "sphinx-rtd-theme", "sphinx-click", "autodoc_pydantic"]

[project.scripts]
Expand Down

0 comments on commit 0b4d5fc

Please sign in to comment.