Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Mar 30, 2024
1 parent 56eaacc commit a67cb37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
dependencies = [
"click>=8.1.7",
"curl_cffi>=0.6.2",
"orjson>=3.9.15",
"orjson>=3.10.0",
]
dynamic = ["version"]

Expand All @@ -45,12 +45,12 @@ version = {attr = "duckduckgo_search.version.__version__"}

[project.optional-dependencies]
lxml = [
"lxml>=5.1.0",
"lxml>=5.1.1",
]
dev = [
"mypy>=1.8.0",
"pytest>=8.0.1",
"ruff>=0.3.0",
"mypy>=1.9.0",
"pytest>=8.1.1",
"ruff>=0.3.4",
]

[tool.ruff]
Expand Down

0 comments on commit a67cb37

Please sign in to comment.