Skip to content

Commit 916ff7f

Browse files
committed
Move rich-click dependency from jupyverse-api to jupyverse
1 parent bbfcc24 commit 916ff7f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

jupyverse_api/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ dependencies = [
2828
"importlib_metadata >=3.6; python_version<'3.10'",
2929
"pydantic >=2,<3",
3030
"fastapi >=0.95.0,<1",
31-
"rich-click >=1.6.1,<2",
3231
"fps >=0.4.0,<0.5.0",
3332
]
3433
version = "0.8.1"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies = [
1818
"fps-lab >=0.8.0,<0.9.0",
1919
"fps-frontend >=0.8.0,<0.9.0",
2020
"jupyverse-api >=0.8.1,<0.9.0",
21+
"rich-click >=1.6.1,<2",
2122
"eval-type-backport; python_version<'3.10'",
2223
]
2324

0 commit comments

Comments
 (0)