Skip to content

Commit

Permalink
Update jupyter-server-proxy dep for Windows fix (#607)
Browse files Browse the repository at this point in the history
This enables updates to the aiohttp package -- newer versions are
required for wheels on newer versions of Python.

The Windows issue has been closed: jupyterhub/jupyter-server-proxy#147
  • Loading branch information
thewtex committed Oct 6, 2023
1 parent 53996fe commit 2abf8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"Framework :: FastAPI ",
"Topic :: Internet",
],
extras_require={"jupyter": ["jupyter-server-proxy-windows"]},
extras_require={"jupyter": ["jupyter-server-proxy"]},
entry_points={
"console_scripts": ["imjoy-elfinder = imjoy_elfinder.app:main"],
"jupyter_serverproxy_servers": [
Expand Down

0 comments on commit 2abf8ac

Please sign in to comment.