Skip to content

Commit

Permalink
ci: Simplify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Dec 4, 2024
1 parent b11d078 commit 45b4ca2
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 @@ -33,8 +33,8 @@ doc = [
"rst-pypi-ref",
]
test = [
"beautifulsoup4==4.*",
"lxml==4.*",
"beautifulsoup4",
"lxml",
"pytest ==7.*",
]

Expand Down

0 comments on commit 45b4ca2

Please sign in to comment.