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 bbfcc24 commit 916ff7fCopy full SHA for 916ff7f
jupyverse_api/pyproject.toml
@@ -28,7 +28,6 @@ dependencies = [
28
"importlib_metadata >=3.6; python_version<'3.10'",
29
"pydantic >=2,<3",
30
"fastapi >=0.95.0,<1",
31
- "rich-click >=1.6.1,<2",
32
"fps >=0.4.0,<0.5.0",
33
]
34
version = "0.8.1"
pyproject.toml
@@ -18,6 +18,7 @@ dependencies = [
18
"fps-lab >=0.8.0,<0.9.0",
19
"fps-frontend >=0.8.0,<0.9.0",
20
"jupyverse-api >=0.8.1,<0.9.0",
21
+ "rich-click >=1.6.1,<2",
22
"eval-type-backport; python_version<'3.10'",
23
24
0 commit comments