File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,13 @@ Source = "https://github.com/InsightSoftwareConsortium/itkwidgets"
6161all = [
6262 " imjoy-jupyterlab-extension >=0.1.13" ,
6363 " imjoy-elfinder[jupyter]" ,
64- " imjoy-jupyter-extension >=0.3.0"
64+ " imjoy-jupyter-extension >=0.3.0" ,
65+ " aiohttp>=3.8.2; python_version=='3.11'"
6566]
6667lab = [
6768 " imjoy-jupyterlab-extension >=0.1.13" ,
68- " imjoy-elfinder[jupyter]"
69+ " imjoy-elfinder[jupyter]" ,
70+ " aiohttp>=3.8.2; python_version=='3.11'"
6971]
7072cli = [
7173 " hypha >= 0.15.28" ,
@@ -78,7 +80,8 @@ cli = [
7880
7981notebook = [
8082 " imjoy-jupyter-extension >=0.3.0" ,
81- " imjoy-elfinder[jupyter]"
83+ " imjoy-elfinder[jupyter]" ,
84+ " aiohttp>=3.8.2; python_version=='3.11'"
8285]
8386test = [
8487 " pytest >=2.7.3" ,
You can’t perform that action at this time.
0 commit comments