mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-18 14:56:02 -04:00
deps: add dev deps to pyproject.toml
This commit is contained in:
parent
ffeaee7a01
commit
f384d0b830
@ -25,3 +25,9 @@ Issues = "https://github.com/internetarchive/brozzler/issues"
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=8.3.5",
|
||||
"ruff>=0.9.9"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user