Skip to content

Commit

Permalink
Merge pull request #684 from thewtex/elfinder-bump
Browse files Browse the repository at this point in the history
aiohttp version workaround update
  • Loading branch information
thewtex authored Oct 6, 2023
2 parents c85e04a + 2f52824 commit c78a60d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ all = [
"imjoy-jupyterlab-extension >=0.1.13",
"imjoy-elfinder[jupyter]",
"imjoy-jupyter-extension >=0.3.0",
"aiohttp>=3.8.2; python_version=='3.11'"
"aiohttp <4.0"
]
lab = [
"imjoy-jupyterlab-extension >=0.1.13",
"imjoy-elfinder[jupyter]",
"aiohttp>=3.8.2; python_version=='3.11'"
"aiohttp <4.0"
]
cli = [
"hypha >= 0.15.28",
Expand All @@ -80,8 +80,7 @@ cli = [

notebook = [
"imjoy-jupyter-extension >=0.3.0",
"imjoy-elfinder[jupyter]",
"aiohttp>=3.8.2; python_version=='3.11'"
"imjoy-elfinder[jupyter]"
]
test = [
"pytest >=2.7.3",
Expand Down

0 comments on commit c78a60d

Please sign in to comment.