Skip to content

Commit 0fadd16

Browse files
authored
Fix typo
1 parent 831fe1f commit 0fadd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def run(self):
6363
'desktop-websockify = jupyter_remote_desktop_proxy.setup_websockify:setup_websockify',
6464
]
6565
},
66-
stall_requires=[
66+
install_requires=[
6767
'jupyter-server-proxy>=1.4.0',
6868
],
6969
include_package_data=True,

0 commit comments

Comments
 (0)