Skip to content

Commit

Permalink
Merge pull request #137 from stealthrocket/promote-httpx
Browse files Browse the repository at this point in the history
Promote httpx dependency
  • Loading branch information
chriso authored Mar 26, 2024
2 parents 99b9ed6 + 14b584f commit c1d396b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ dependencies = [
"http-message-signatures >= 0.4.4",
"tblib >= 3.0.0",
"docopt >= 0.6.2",
"types-docopt >= 0.6.11.4"
"types-docopt >= 0.6.11.4",
"httpx >= 0.27.0"
]

[project.optional-dependencies]
Expand All @@ -28,7 +29,6 @@ dev = [
"mypy >= 1.8.0",
"pytest==8.0.0",
"fastapi >= 0.109.0",
"httpx >= 0.26.0",
"coverage >= 7.4.1",
"requests >= 2.31.0",
"types-requests >= 2.31.0.20240125",
Expand Down

0 comments on commit c1d396b

Please sign in to comment.