Skip to content

Commit e9bf82f

Browse files
committed
remove optional dependencies
1 parent deef001 commit e9bf82f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ dependencies = [
2424
]
2525

2626
[project.optional-dependencies]
27-
jupyterlab = ["jupyterlab-commands-toolkit"]
28-
jupyter_ai = ["jupyter_ai_tools>=0.2.0"]
2927
test = [
3028
"pytest>=7.0",
3129
"pytest-asyncio>=0.21.0",
@@ -37,10 +35,6 @@ test = [
3735
dev = [
3836
"ruff>=0.1.0"
3937
]
40-
full = [
41-
"jupyterlab-commands-toolkit",
42-
"jupyter_ai_tools>=0.2.0"
43-
]
4438

4539
[project.license]
4640
file="LICENSE"

0 commit comments

Comments
 (0)