Skip to content

Commit c78a60d

Browse files
authored
Merge pull request #684 from thewtex/elfinder-bump
aiohttp version workaround update
2 parents c85e04a + 2f52824 commit c78a60d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ all = [
6262
"imjoy-jupyterlab-extension >=0.1.13",
6363
"imjoy-elfinder[jupyter]",
6464
"imjoy-jupyter-extension >=0.3.0",
65-
"aiohttp>=3.8.2; python_version=='3.11'"
65+
"aiohttp <4.0"
6666
]
6767
lab = [
6868
"imjoy-jupyterlab-extension >=0.1.13",
6969
"imjoy-elfinder[jupyter]",
70-
"aiohttp>=3.8.2; python_version=='3.11'"
70+
"aiohttp <4.0"
7171
]
7272
cli = [
7373
"hypha >= 0.15.28",
@@ -80,8 +80,7 @@ cli = [
8080

8181
notebook = [
8282
"imjoy-jupyter-extension >=0.3.0",
83-
"imjoy-elfinder[jupyter]",
84-
"aiohttp>=3.8.2; python_version=='3.11'"
83+
"imjoy-elfinder[jupyter]"
8584
]
8685
test = [
8786
"pytest >=2.7.3",

0 commit comments

Comments
 (0)