We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5408be3 commit 8eead38Copy full SHA for 8eead38
1 file changed
pyproject.toml
@@ -35,6 +35,11 @@ Issues = "https://github.com/GitHubSecurityLab/seclab-taskflows/issues"
35
[tool.hatch.version]
36
path = "src/seclab_taskflows/__about__.py"
37
38
+[tool.hatch.envs.hatch-test]
39
+extra-dependencies = [
40
+ "pytest-asyncio==1.3.0",
41
+]
42
+
43
[tool.hatch.envs.types]
44
extra-dependencies = [
45
"mypy>=1.0.0",
0 commit comments