Skip to content

Commit

Permalink
fix: move black requirement to subsection
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattwmaster58 committed Oct 25, 2024
1 parent 218512e commit 8fdce15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ dependencies = [

[project.optional-dependencies]
test = [
"pytest", "pytest-asyncio", "black~=24.10.0"
"pytest", "pytest-asyncio",
]
# psf/black runner will extract this, no other use
lint = ["black~=24.8.0"]

[project.urls]
Homepage = "https://github.com/Mattwmaster58/playwright_stealth"
Expand Down

0 comments on commit 8fdce15

Please sign in to comment.