We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2ffea commit 2c8d2baCopy full SHA for 2c8d2ba
pyproject.toml
@@ -44,7 +44,6 @@ dependencies = [
44
"pygls>=1.3.1",
45
"codeflash-benchmark",
46
"filelock",
47
- "pytest-asyncio>=1.2.0",
48
]
49
50
[project.urls]
@@ -53,8 +52,14 @@ Homepage = "https://codeflash.ai"
53
52
[project.scripts]
54
codeflash = "codeflash.main:main"
55
+[project.optional-dependencies]
56
+asyncio = [
57
+ "pytest-asyncio>=1.2.0",
58
+]
59
+
60
[dependency-groups]
61
dev = [
62
+ {include-group = "asyncio"},
63
"ipython>=8.12.0",
64
"mypy>=1.13",
65
"ruff>=0.7.0",
@@ -77,6 +82,9 @@ dev = [
77
82
"uv>=0.6.2",
78
83
"pre-commit>=4.2.0,<5",
79
84
85
86
87
80
88
81
89
[tool.hatch.build.targets.sdist]
90
include = ["codeflash"]
0 commit comments