Skip to content

Commit

Permalink
Require jupyter-server-proxy 3.2.2.
Browse files Browse the repository at this point in the history
It obviates the need for the auth rewrite.
  • Loading branch information
ryanlovett committed Sep 14, 2022
1 parent 8126737 commit 95759d8
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 @@ -10,7 +10,7 @@
keywords=['Jupyter'],
classifiers=['Framework :: Jupyter'],
install_requires=[
'jupyter-server-proxy>=3.2.0'
'jupyter-server-proxy>=3.2.2'
],
entry_points={
'jupyter_serverproxy_servers': [
Expand Down

0 comments on commit 95759d8

Please sign in to comment.