chore: add dependencies for tests
This commit is contained in:
@@ -9,6 +9,7 @@ authors = [
|
|||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"regex>=2025.9.18",
|
"regex>=2025.9.18",
|
||||||
|
"requests>=2.32.5",
|
||||||
]
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
@@ -36,3 +37,10 @@ commit_args = ""
|
|||||||
setup_hooks = []
|
setup_hooks = []
|
||||||
pre_commit_hooks = []
|
pre_commit_hooks = []
|
||||||
post_commit_hooks = []
|
post_commit_hooks = []
|
||||||
|
|
||||||
|
[dependency-groups]
|
||||||
|
test = [
|
||||||
|
"mypy>=1.18.2",
|
||||||
|
"pytest>=8.4.2",
|
||||||
|
"pytest-cov>=7.0.0",
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user