Skip to content

Commit 313e957

Browse files
committed
include it by default
1 parent 074e49f commit 313e957

File tree

2 files changed

+5
-24
lines changed

2 files changed

+5
-24
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dependencies = [
4444
"pygls>=2.0.0,<3.0.0",
4545
"codeflash-benchmark",
4646
"filelock",
47+
"pytest-asyncio>=1.2.0",
4748
]
4849

4950
[project.urls]
@@ -53,13 +54,9 @@ Homepage = "https://codeflash.ai"
5354
codeflash = "codeflash.main:main"
5455

5556
[project.optional-dependencies]
56-
asyncio = [
57-
"pytest-asyncio>=1.2.0",
58-
]
5957

6058
[dependency-groups]
6159
dev = [
62-
{include-group = "asyncio"},
6360
"ipython>=8.12.0",
6461
"mypy>=1.13",
6562
"ruff>=0.7.0",
@@ -82,9 +79,6 @@ dev = [
8279
"uv>=0.6.2",
8380
"pre-commit>=4.2.0,<5",
8481
]
85-
asyncio = [
86-
"pytest-asyncio>=1.2.0",
87-
]
8882
tests = [
8983
"black>=25.9.0",
9084
"jax>=0.4.30",

uv.lock

Lines changed: 4 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)