Skip to content

Commit

Permalink
Update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Feb 1, 2024
1 parent 226a2c2 commit fd7bbb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = ["requests>=2.31"]
dependencies = ["httpx>=0.26"]
dynamic = ["version"]

[project.optional-dependencies]
Expand All @@ -30,6 +30,7 @@ tests = [
"pytest-cov>=4.1",
"pytest-timeout>=2.2",
"pytest>=7.4",
"pytest-httpx>=0.29",
]

[project.urls]
Expand Down

0 comments on commit fd7bbb2

Please sign in to comment.