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"
61
61
all = [
62
62
" imjoy-jupyterlab-extension >=0.1.13" ,
63
63
" 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'"
65
66
]
66
67
lab = [
67
68
" imjoy-jupyterlab-extension >=0.1.13" ,
68
- " imjoy-elfinder[jupyter]"
69
+ " imjoy-elfinder[jupyter]" ,
70
+ " aiohttp>=3.8.2; python_version=='3.11'"
69
71
]
70
72
cli = [
71
73
" hypha >= 0.15.28" ,
@@ -78,7 +80,8 @@ cli = [
78
80
79
81
notebook = [
80
82
" imjoy-jupyter-extension >=0.3.0" ,
81
- " imjoy-elfinder[jupyter]"
83
+ " imjoy-elfinder[jupyter]" ,
84
+ " aiohttp>=3.8.2; python_version=='3.11'"
82
85
]
83
86
test = [
84
87
" pytest >=2.7.3" ,
You can’t perform that action at this time.
0 commit comments