Skip to content

Commit db7ad7f

Browse files
committed
BUG: Remove aiohttp version workaround
Resolved via imjoy-team/imjoy-elfinder#607
1 parent c85e04a commit db7ad7f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,11 @@ Source = "https://github.com/InsightSoftwareConsortium/itkwidgets"
6161
all = [
6262
"imjoy-jupyterlab-extension >=0.1.13",
6363
"imjoy-elfinder[jupyter]",
64-
"imjoy-jupyter-extension >=0.3.0",
65-
"aiohttp>=3.8.2; python_version=='3.11'"
64+
"imjoy-jupyter-extension >=0.3.0"
6665
]
6766
lab = [
6867
"imjoy-jupyterlab-extension >=0.1.13",
69-
"imjoy-elfinder[jupyter]",
70-
"aiohttp>=3.8.2; python_version=='3.11'"
68+
"imjoy-elfinder[jupyter]"
7169
]
7270
cli = [
7371
"hypha >= 0.15.28",
@@ -80,8 +78,7 @@ cli = [
8078

8179
notebook = [
8280
"imjoy-jupyter-extension >=0.3.0",
83-
"imjoy-elfinder[jupyter]",
84-
"aiohttp>=3.8.2; python_version=='3.11'"
81+
"imjoy-elfinder[jupyter]"
8582
]
8683
test = [
8784
"pytest >=2.7.3",

0 commit comments

Comments
 (0)